Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 296 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 296 Bytes

About

TODO app can:

  • create notes, that stored in Firebase
  • delete unnecessary notes
  • see the alert with information

Stack

  • React v16.11
  • CSS3
  • Firebase

How To Run Locally

  • clone repo;
  • install all dependencies with: npm install
  • run in the dev mode with: npm start