Web App for saving memo's to your local device.
Link to project: https://coderrob22.github.io/Memos-Local-Storage/
Tech used: HTML, CSS, JavaScript, Local Storage
I built this project using vanilla js, local storage for storing the information, html, and css. The css uses variables for color access. The font uses google fonts.
One thing I would optimize is the layout of the page. I could lay some tailwind.css or even react/angular on top of this.
While working on this project I learned how to use local storage and what it is. I also learned about cookies and how to add them to projects.
Take a look at these couple examples that I have in my own portfolio:
Manage, LLC: https://github.com/coderrob22/Manage-LLC-frontend
Jeopardy Party: https://github.com/coderrob22/Jeopardy-API
Task-Manager: https://github.com/coderrob22/Task-Manager-app