Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 608 Bytes

File metadata and controls

17 lines (10 loc) · 608 Bytes

Notes App

This app allows you to added notes with summary titles that can be reorganized at the top based on the most recent edited note. The project was built by using packages such as react-mde (React Markdown Editor) Showdown Split.

Usage

npm install

Once the project is cloned, run this command to install all the dependencies needed for the project.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.