/note_app

Note app using ReactJS

Primary LanguageJavaScript

This is a simple React.js app that does the list todo functionality. Linked to Firebase DB. Apps was implemented from youtube tutorial. This project was bootstrapped with Create React App.

Installing app

Before starting the application, you must install all dependencies:

yarn install

Also you need to change REACT_APP_DB_URL parameter in .env.local file to link from your Firebase DB. After that in the project directory, you can run:

yarn start

How works this app:

note_app_works