Skip to content

sagarEmn/basic-react-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

basic-React-projects

This project consists of small beginner level projects in React framework.

Installation Guide:

  1. Clone the repository:
git clone <repo-link>
  1. Go to each project folder.

  2. Install dependencies using:

npm install
  1. Run the project:
npm run dev