Skip to content

openXapps/web-apps-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenApps - Quick Notes

Quick Notes is a PWA pet project, that allows you to take notes and save them to your local machine. You can export your current note list or import a backup note list. Notes are converted to base64 when saved to your local machine. Functionality highlights:

  • Save notes to your local machine.
  • Export and import notes.
  • Copy the active note with one button.
  • Clear the note text area with one button.
  • Toolbox menu to convert active note to upper or lower case. Trim option to remove excess white space.
  • Quick save button.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Get Node JS setup and configured. See this link for guidance.
  • Additional reading material at this link for getting started with React.

Installing

  • Clone the project to your local machine.
  • In the project folder, run
npm start

Built With

  • Bootstrap - Layout and decoration
  • React - Web framework
  • NPM - Dependency management

Authors

  • OpenApps Founder - Initial work - GitHub

License

This project is licensed under the MIT License - see the LICENSE file for details.

ToDo List

  • On the Open page (route)
  • Add a back button near top area.
  • Add note name search ability.
  • Reorder note list by showing last 5 opened notes first.
  • In Toolbox menu
  • Rename Download Notes to Export Notes.
  • Add new Export Current Note option.
  • This will open the export page with the current note JSON text.
  • Now you can either copy the JSON or click new Share Note button.
  • Share Note should allow for a couple of messaging app options.
  • Add emoji picker to insert an emoji at cursor position.

About

Tiny notebook web application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published