A Notes app that allows adding private and public notes for the world to see. CRUD functionality to enable users to browse through notes and edit their notes any time. Link to project: https://right-notes.cyclic.app/
Tech used:
- HTML, CSS, JavaScript
- Materialize as my CSS framework
- Handlebars for templating the HTML
- Authentication using Passport with both Google oauth and Local Strategies
- MongoDB for the database to store the users and notes
- Enable login through facebook or github accounts
- Add sorting feature to ease going through the public notes
- Add "add to collection" feature to save notes for future reference.
- Learned to utililize handlebars for templating
- Deploying a full-stack web application on a hosting server
- Using Materialize as a CSS Framework
Take a look at these couple examples that I have in my own portfolio:
Portfolio: https://github.com/bishosba/portfolio/
Admin Dashboard: https://github.com/bishosba/project-admin-dashboard/
Library: https://github.com/bishosba/project-library/