DalyGames

Description

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.

Key Features

  • 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.

How to Run the Project

  1. Make sure you have Node.js installed on your system.
  2. Clone this repository to your local machine.
  3. Navigate to the project directory and run the command npm install to install dependencies.
  4. Run the command npm run dev to start the development server.
  5. Access the project locally in your browser through the address http://localhost:3000.

Available Scripts

  • npm run dev: Starts the development server.
  • npm run build: Compiles the project for production.
  • npm start: Starts the server in production mode.

Main Dependencies

  • 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.

Project Structure

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.