Skip to content

rheera/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Notes App

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/

Table of Contents

Tools

Made with React, Gatsby, Firebase. Hosted on Netlify.

Features to add

  • 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

Quick start

  1. Start developing.

    Navigate into the site’s directory and start it up.

    npm install
    npm run develop
  2. Open the code and start customizing!

    Your site is now running at http://localhost:8000!