An open API service indexing awesome lists of open source software.

https://github.com/codestrate/notesapp


https://github.com/codestrate/notesapp

Last synced: 8 months ago
JSON representation

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