- List of notes
- Notes CRUD
- Note ID slugs
- Use localStorage
- Trash bin
- Use Firebase (or alt) for auth and storage
- WYSIWYG editor
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
:
# npm
npm run dev