This is a project called DalyGames, a gaming platform where users can discover and explore a variety of amazing games. The project is developed using technologies like Next.js, React, Tailwind CSS, among others.
- Home Page: Presents an exclusive game for the user along with a selection of games to explore.
- User Profile: Allows the user to view and manage their profile, including adding favorite games.
- Game Search: Enables users to search for games on the platform.
- Game Details: Provides detailed information about a specific game, including description, platforms, categories, and game recommendation.
- Make sure you have Node.js installed on your system.
- Clone this repository to your local machine.
- Navigate to the project directory and run the command
npm install
to install dependencies. - Run the command
npm run dev
to start the development server. - Access the project locally in your browser through the address
http://localhost:3000
.
npm run dev
: Starts the development server.npm run build
: Compiles the project for production.npm start
: Starts the server in production mode.
- Next.js: React framework for building web applications.
- React: JavaScript library for building user interfaces.
- React Icons: Icon set for use in React applications.
- Tailwind CSS: Utility-first CSS framework for rapid and efficient styling.
The project is structured into various pages and components, including pages for the home page, user profile, game search, game details, among others. Additionally, reusable components are used to ensure a modular and scalable architecture.