gaylemcclure / note-taker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note Taker App

License

DESCRIPTION

Create your own online to-do list with this Note Taker app. Input the title of your note, the details and save it, creating your own easy to manage to do list. See it live here:

screenshot screenshot screenshot

TABLE OF CONTENTS

  1. Description
  2. Installation
  3. Usage
  4. Licence
  5. Contributions
  6. Tests
  7. Questions

INSTALLATION

To clone from Github, use GitBash
git@github.com:gaylemcclure/note-taker.git

USAGE

Upon installation of the project, start the generator using the terminal with the command
node server.js This will bring up the homepage, and shows a button to click to start your notes. In the note section, click on the title input to type your title. Then input the note details. Once both the title and text contain data, a save button will appear to add the note to your list. A clear button will appear once you start inputting the title, and can be cleared at any stage before saving. Once a note has been saved, it will appear on the left side in a list. Click on the title to make the note Active, and it will show in the main screen. To input a new note from an Active note, click the Add Note button Notes can also be deleted by clicking the trash icon beside the note.

LICENCE

Distributed under the MIT license. For more information, see here

CONTRIBUTIONS

Created by Gayle McClure
Uses JavaScript, node.js, expressJs

TESTS

  1. Clone the project
  2. run npm init
  3. Type 'node server.js' into the terminal and hit enter
  4. Open the browser and check the homepage opens
  5. Click the button to move to the Notes page
  6. Input a title and details and click Save
  7. Check the note appears on the left.
  8. Click the delete button beside the note and it should disappear.

QUESTIONS

Github Username: Gayle McClure
Feel free to email me at gaylekdennison@gmail.com for further questions.

About


Languages

Language:JavaScript 68.2%Language:HTML 23.2%Language:CSS 8.6%