This project is a contemporary frontend website crafted using Next.js 13, enhanced with animations from Framer Motion, and styled with Tailwind CSS. It explores various features of the Metaverse, offering an engaging user experience. Inspired by a tutorial from JavaScript Mastery on YouTube, this project helps you strengthen your skills in React.js and Tailwind CSS, all while following mobile-first design principles and modern UI trends.
- Fully responsive design using Tailwind CSS 📱
- Smooth, captivating animations with Framer Motion ✨
- Multiple sections highlighting the Metaverse
- Dynamic routing capabilities with Next.js
- Intuitive navigation and user interactions
- Next.js 13: A React framework for building server-rendered applications.
- Framer Motion: A library for creating animations and transitions in React.
- Tailwind CSS: A utility-first CSS framework designed for rapid UI development.
- React: A JavaScript library for building user interfaces.
To set up a local copy of the project, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/metaverse-website.git cd metaverse-website
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
to view the website.
Check out the live demo here.
A big thank you to Adrian Hajdin and the JavaScript Mastery YouTube channel for their outstanding tutorials that inspired this project. Be sure to visit their channel for invaluable insights into JavaScript and web development!