https://github.com/codestrate/notesapp
https://github.com/codestrate/notesapp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codestrate/notesapp
- Owner: CodeStrate
- Created: 2023-07-10T14:51:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T16:18:02.000Z (over 2 years ago)
- Last Synced: 2025-03-02T07:25:47.063Z (about 1 year ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Markdown Notes App
This is a simple markdown notes app built with React and Firebase. It allows users to create, edit, and delete notes in markdown format. The notes are stored in Firebase, so they are accessible from any device.
## Getting Started
To get started, you will need to install the following dependencies:
`
npm install react react-dom firebase
`
Once you have installed the dependencies, you can run the app by typing the following command in your terminal:
`npm start`
The app will be hosted at Netlify Soon.
## Features
The app includes the following features:
* Create, edit, and delete notes in markdown format
* Save notes to Firebase
* Access notes from any device
## To-Do
The following are some to-dos for the app:
* Add more features, such as the ability to tag notes and search for notes
* Improve the UI
* Add unit tests