Skip to content

Pinaka-Pani-18/30-Days-Of-React-Projects

Repository files navigation

30-Days-Of-React-Projects

A collection of React projects ranging from basic to advanced.

Tech Stack Used

  1. React + vite
  2. TailwindCSS

Installation

  1. Start by giving the repository a star.

  2. Fork the repository to your own GitHub account.

  3. Clone the repository to your local machine.

    git clone https://github.com/Pinaka-Pani-18/30-Days-Of-React-Projects.git
  4. To get started, navigate to the respective project directory using the command line:

    cd project-name
  5. Install the required Node modules.

        npm install
  6. Start the development server.

        npm run dev

    Your project will be accessible at http://localhost:5173/.