Skip to content

yelfaram/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrimba - Notes App

This is my solution to the Notes App project on Scrimba

Features

The following features were added:

  • Syncing notes with local storage
    • Later updated to using Cloud Firestore as the db
  • Adding note summary titles
  • Moving modified notes to the top of the list
  • Deleting notes

Was able to understand the following from the implemented features:

  • localStorage
  • lazy state initialization
  • onSnapshot, setDoc, addDoc, deleteDoc, doc
  • debouncing db writes

React + Vite

This project was created with Vite

Due to conflicting dependencies with React 18 and ReactMde, include --legacy-peer-deps flag when doing npm install.

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published