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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Get Node JS setup and configured. See this link for guidance.
- Additional reading material at this link for getting started with React.
- Clone the project to your local machine.
- In the project folder, run
npm start
- Follow Create React App documentation for more information.
- Material-UI - Layout and visual effects
- React - Web framework
- NPM - Dependency management
- OpenApps Founder - Initial work - GitHub
This project is licensed under the MIT License - see the LICENSE file for details.
- 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.