Skip to content

This application called Note Taker and it can be used to write and save notes. Note Taker will use an Express.js for its back end and will save and retrieve note data from a JSON file.

Notifications You must be signed in to change notification settings

SepidehAyani/note_taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taker

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.

GitHub last commit GitHub code size in bytes GitHub watchers GitHub top language GitHub license

User Story

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.

Table of Contents

  1. About the Project
  2. Project Links
  3. Screenshots
  4. Demo
  5. Installation
  6. Usage
  7. Contribution Guidelines
  8. Project Team
  9. Questions
  10. License

About The Project

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.

Project Links

Repo Link
Deployed Project

Screenshots

Project Preview

Demo

Project demo

Instructions

git clone https://github.com/SepidehAyani/note_taker.git

Languages and libraries used in this project:

Usage

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.

Contribution Guidelines:

Feel free to contribute to this repo by creating issues or sending an email to sepid.ayani@gmail.com

Questions

Contact sepid.ayani@gmail.com

Project Team

SepidehAyani

License

Distributed under the MIT License. See Choose A License for more details.

About

This application called Note Taker and it can be used to write and save notes. Note Taker will use an Express.js for its back end and will save and retrieve note data from a JSON file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published