reactive-to-do-app ✅

Another version of DOM to-do list, made this time by use of ReactJs.

Preview

ReactJs

A JavaScript library to build web apps what makes React so special

  • Components
  • State

files in React

manifest.json

The web app manifest provides information about an application (such as name, author, icon, and description) in a JSON text file

reportwebvitals

Tool for measuring the real life performance of your app(very new to React) more on that web-vitals

To start React Project

 $ npx create-react-app <app-name>
 $ cd <app-name>
 $ npm i node-sass
 $ npm start