A simple bookmark manager to store website links in your browser.
- Develop a JavaScript web app that stores a list of bookmarks (links).
- Use front-end technologies only (HTML, CSS, JavaScript or React).
- Practice Web CRUD (create, read, update, delete) and using localStorage to maintain data on browser refresh.
Follow this link to see the Technical Design Document (TDD) created for this project.
Current deployment for WIP project: Link
- Form Validation for URL input.
- Pagination display & function.
- Check box & all clear function.
- Edit form - different method to window prompts that has better UI & works.
- Bonus features & functions.
- Web scraping for bookmark cards.
- Update design to match design intent (see TDD).
- Sort inconsistent theme with alert modal (sweetalert). Explore different libraries or create your own.