https://github.com/k1-r1/reactdemo4-markdownnotesapp
This repo contains a markdown notes application, made with react
https://github.com/k1-r1/reactdemo4-markdownnotesapp
javascript markdown react
Last synced: 3 months ago
JSON representation
This repo contains a markdown notes application, made with react
- Host: GitHub
- URL: https://github.com/k1-r1/reactdemo4-markdownnotesapp
- Owner: K1-R1
- Created: 2022-03-15T17:54:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T20:29:39.000Z (about 4 years ago)
- Last Synced: 2025-01-21T16:46:36.878Z (about 1 year ago)
- Topics: javascript, markdown, react
- Language: JavaScript
- Homepage:
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactDemo4-MarkdownNotesApp
This repo contains a markdown notes application, made with react. It allows:
- Notes to be created and written in markdown
- Notes to be stored in local storage for later use
- The most recently edited note to be atop the list
- Notes to be deleted
It is made as part of the following course:
[FreeCodeCamp's React Course 2022](https://www.youtube.com/watch?v=bMknfKXIFA8&list=WL&index=1)