Skip to content

This application enables the user to write and save notes, using Express.js back end.

License

Notifications You must be signed in to change notification settings

Renatatims/note_taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taker

License: MIT

Description

This application enables the user to write and save notes, using Express.js back end.

Preview

Application deployed with Heroku, please follow the link: https://renata-note-taker.herokuapp.com/

Table of Contents

Installation

The application contains a db.json file on the back end that is used to store and retrieve notes using the fs module. This application requires the installation of inquirer express. Please go to the terminal and type in the following:

npm i express

This command will download the "node_modules".

Once downloaded, please type in the below to start the application:

node server 

Usage

The user write down a note in the webpage, with a title and description and the application saves the info and displays on a history panel on the left side.

Preview

Features

  1. The page contains saved notes in the left-side column.
  2. A new note can be created on the right-side column, including Title and Text.
  3. Save icon appears once the user creates a New Note
  4. Once the user clicks the save button, the note is saved and appears on the left panel under the existing notes
  5. When the user clicks over an existing note in the left panel, the note appears in the right panel.
  6. When the user clicks over the write icon in the top-navigation menu, then an empty field is presented to receive a new title and note.
  7. The user can add notes and delete them as well.

License

License: MIT

This application is covered by MIT license, available at: https://opensource.org/licenses/MIT

Contributing

Please feel free to send a pull request, the following is my GitHub account: https://github.com/Renatatims

Tests

Enter a note and check how this note will be displayed and saved on the left panel.

Application was deployed with Heroku, please follow the link: https://note-taker-4546.herokuapp.com/ In the terminal you can type in "node server" and the application will run in the localhost:3001 as well.

Questions

If you have any questions please contact me at:

Credits

Mozilla: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/development_environment

About

This application enables the user to write and save notes, using Express.js back end.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published