Skip to content

openXapps/web-apps-bookmarker-mui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenApps - BookMARKER

BookMARKER is a PWA pet project, that allows you to use a regular web app for creating and organizing bookmarks. For example, use it as you launch page in a browser. Functionality highlights

  • Create and organize bookmarks.
  • Categorize your bookmarks.
  • Export and import your bookmarks as JSON.
  • Switch between light and dark mode.

This web app is hosted at OpenApps.

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

Authors

  • OpenApps Founder - Initial work - GitHub

License

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

ToDo List

  • Homepage
    • Add setting to hide empty categories.
  • Navigation
    • Find a way to exit the app on mobile without clicking through history stack.
    • Perhaps make search option more lile a Typeahead ability.
  • Data
    • Implement Merge function on Upload page.