Scrimba React Course - Notes App
This is a notes application built out in react as part of the Scrimba React Course. The course material is also available via the freeCodeCamp YouTube page here: React Course - Beginner's Tutorial for React JavaScript Library [2022].
This application was prebuilt with the expectation to add features and gain experience working in a preexisting code base. The features to be added as part of the program are as follows: sync notes with localStorage, add note summaries to titles, move modified notes to the top of the list, and the ability to delete notes.
Clone the repository to your local machine.
Install the dependencies:
$ npm i --legacy-peer-deps
Set Up Firebase:
- Set up your firebase account
- Copy template.firebase.js to a new file named firebase.js
- Fill in the details of YOUR_FIREBASE
Run the app:
$ npm run dev