A Note Taker application can be used to write and save notes. This application uses an Express.js for its back end then savea and retrievea note data from a JSON file.
As a small business owner The user wants to be able to write and save notes So that they can organize their thoughts and keep track of tasks they need to complete.
- About the Project
- Project Links
- Screenshots
- Demo
- Installation
- Usage
- Contribution Guidelines
- Project Team
- Questions
- License
When user opens the Note Taker, They are presented with a landing page with a link to a notes page. When user clicks on the link to the notes page, Then they are presented with a page with existing notes listed in the left-hand column, plus empty fields to enter a new note title and the note’s text in the right-hand column. When user enters a new note title and the note’s text, Then a Save icon appears in the navigation at the top of the page. When user clicks on the Save icon, Then the new note user have entered is saved and appears in the left-hand column with the other existing notes. When user clicks on an existing note in the list in the left-hand column, Then that note appears in the right-hand column. When user clicks on the Write icon in the navigation at the top of the page, Then user is presented with empty fields to enter a new note title and the note’s text in the right-hand column.
git clone https://github.com/SepidehAyani/note_taker.git
Note Taker allows users to:
- add note's title and description.
- save the notes which they don't lose them even if they refresh the page.
- delete notes.
Feel free to contribute to this repo by creating issues or sending an email to sepid.ayani@gmail.com