Part of Scrimba's learn React course. An app that stores multiple notes that are written in a Markdown Editor with the ability to preview them. Live Link: https://note-to-markdown.netlify.app/
Made with React, Gatsby, Firebase. Hosted on Netlify.
- Sync notes with localStorage
- Add note summary titles
- Move modified notes to the top of the list
- Delete notes
- Move from local storage to a database
-
Start developing.
Navigate into the site’s directory and start it up.
npm install npm run develop
-
Open the code and start customizing!
Your site is now running at http://localhost:8000!