/meganote

An angular project for storing notes

Primary LanguageJavaScriptMIT LicenseMIT

Meganote

A simple note-taking app that saves notes in HTML and plain text and supports multiple users.

NOTE: This is the front-end only. For the corresponding API, see meganote-server

Technical Overview

In development:

Getting Started

Meganote uses NPM to manage development dependencies, so install Node if necessary.

To get started, clone the repository and run npm start.

git clone <this repository>
cd <this project folder>
npm start

This will start a web server on port 8000.