Skip to content

TheKlemmerCode/react-notes-app

Repository files navigation

React Notes Application

Scrimba React Course - Notes App

Description

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].

Background

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.

Running the App

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

About

Scrimba React Course - Notes App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published