Skip to content

GEEZEE91/Note-Taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taker

Description

Note Taker application that can be used to write, save & delete notes.

Application uses Express.js back end and saves and retrieve note data from a JSON file.

The below routes are required for the application to succesfuuly load, read, writer and delete notes

  apiRoutes.js : 
  
  To write and add new notes to db, read and delete the notes from db and display in browser.


  htmlRoutes.js :
  
  
  To display index.html and notes.htmL succesfully when user opens app and clicks on Get Stared button.

Screenshot 2022-10-31 140710

Screenshot 2022-10-31 140842

Resources

Installation

To install dependencies, run the following in your terminal

  npm i 

Usage

After installations of dependencies are completed, run the app with below in terminal

   npm start

Deployed link on Heroku app

  https://floating-river-20214.herokuapp.com/

License

This project is license under MIT Github license

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors