This project is meant to store notes. Notes are persisted between sessions.
The purpose of this project is to build self-confidence.
The code for this project is available for your perusal here. The project itself is hosted on GitHub Pages at https://eri707.github.io/cf-note-taker/.
Project is created with:
- Alpine.js
- Bulma css framework
- LocalStorage
- Input note, then click the Add Note button or press Enter. The note will appear in a box below.
- The complete message will be shown when clicking View Detail button.
- The data will be still kept in localStorage when closing the app.