A collection of React projects ranging from basic to advanced.
- React + vite
- TailwindCSS
-
Start by giving the repository a star.
-
Fork the repository to your own GitHub account.
-
Clone the repository to your local machine.
git clone https://github.com/Pinaka-Pani-18/30-Days-Of-React-Projects.git
-
To get started, navigate to the respective project directory using the command line:
cd project-name
-
Install the required Node modules.
npm install
-
Start the development server.
npm run dev
Your project will be accessible at http://localhost:5173/.