Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 717 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 717 Bytes

React Components

This is a simple repo of the react components made during practicing React.
Inorder to Use these Components You can either clone the repo or you can also copy or see the code for specific component.

Usage

To use these Components, simply clone the repository and install the dependencies by running the following commands:

git clone https://github.com/HarshAgarwal7202/React-Components-Practice
cd my-app
npm install

Once the dependencies are installed, you can start the development server by running:

npm start

The development server should be up and running on http://localhost:3000. Any changes you make to the code will be automatically reloaded in the browser.