This project is a simple web application developed to learn the basics of React. The application is built using React, TypeScript, and Vite.
You can access the live version of the app deployed via GitHub Pages:
- Nodejs
- React
- TypeScript
- ChakraUI
- Reposive layout
- Dark & Light mode
- Skeleton display when loading page
- Infinitie scroll
To run this project on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/Vaibhav3M/game-discovery-app.git
-
Navigate to the project directory:
cd game-discovery-app -
Install the dependencies:
npm install
This command installs all the required packages listed in the
package.jsonfile. -
Get a api key from RAWG page and create
.envfile in main folder with your key. -
Start the development server:
npm dev
This command starts the development server and opens the app in your default web browser. If it doesn't open automatically, navigate to
http://localhost:3000or look for port in console.