dimkarakostas / notepad

A simple web application for keeping self notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notepad

A simple web application for keeping self notes.

Developed with ReactJS and Flask.

Installation

Backend

  • Install the required dependencies defined in requirements.txt
  • Deploy the backend by running python app.py or
  • Deploy the backend with a server using notepad.wsgi

Frontend

  • Install the required dependencies defined in package.json
  • Set your backend URL in config.js
  • Deploy a development build by running npm start or
  • Add the homepage of your notepad in package.json
  • Create a build by running npm run build

License

Notepad is licensed under MIT. See LICENSE for more information.

About

A simple web application for keeping self notes

License:MIT License


Languages

Language:JavaScript 60.7%Language:Python 23.7%Language:HTML 13.7%Language:CSS 1.9%