Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 726 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 726 Bytes

Demo App

A basic React app explaining about creating functional components, use of useState hook and props.

Requirements

  • yarn or npm

Libraries Used

How to run:

  1. Download or Clone the Repository.
  2. Run yarn install or npm install to install the project dependencies.
  3. Run yarn start or npm start to start the app.
  4. App can be seen at: localhost:3000

create-react-app

This project was bootstrapped with Create React App.