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

A collection of React projects ranging from basic to advanced.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A collection of React projects ranging from basic to advanced.


Languages

Language:JavaScript 76.0%Language:TypeScript 11.9%Language:CSS 8.1%Language:HTML 4.0%