Learn React by building a real-world project.
To run the project, follow these steps.
- Install all dependencies
npm install
- Run the project locally
npm run dev
- Open your browser and visit
http://localhost:5173
Here are some helpful guides and tips on working with the project.
The project has setup eslint
and prettier
for all linting and formatting without any extra configuration.
To fix any linting or formatting issues across all relevant files, run this command
npm run fix