Skip to content

squrpe/note-taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taker

Description

This application is a simple note taker that can be used to write and save notes. The note taker uses an Express.js back end that saves and retrieves note data from a JSON file.

Table of Contents

Built With

  • Javascript ES6+
  • Node.js
  • Express.js

Installation

Below is an example of how you can download the project onto your own device:

  1. Clone the repository using this link:
        git clone https://github.com/squrpe/note-taker.git

You will need to download the suitable extensions to run the application in the command line.

  1. Install the node modules needed for the project within the terminal
        npm install

Usage

Below is an example of the program:

To use the program, click the 'Get Started' button and you will then be directed to the notes page. To create a new note, simply click the '+' button in the top right and to save that note click the save button, also located in the top right. You will be able able to delete certain notes by clicking on the trash can icon located next to the notes located in the left column.

To host it via your personal device by using node.js in the command line, prompt the server file with npm start

Credits

Base Code & Project Idea: The University of Adelaide Coding Bootcamp

Contact

Lara Nicole - grockelara@gmail.com

Project Link - https://github.com/squrpe/note-taker

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published