Skip to content

A collection of React projects ranging from basic to advanced.

Notifications You must be signed in to change notification settings

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

About

A collection of React projects ranging from basic to advanced.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.0%
  • TypeScript 11.9%
  • CSS 8.1%
  • HTML 4.0%