christylex3 / note-taker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note Taker

Description

This application generates a note based on the title and content the user enters in.

Table of Contents

Installation

The application does require dependencies, so enter this code (below) into the terminal and run it:

npm i

Usage

Note Taker is used to write and save notes. Here is how you launch the application:

  1. Open the note-taker directory if you haven't already.
  2. Run node server.js in the terminal to run the app.
  3. Then open up your browser and enter http:/localhost:3001 in the url link.

Guide on using Note Taker:

  • To create a new note, click on the +.
  • To save the note, click on the save icon.
  • To remove the note, click on the trash icon.
  • To check out new notes, click on the other notes' title.

Deployed App Link: https://note-it-challenge.herokuapp.com/

Contribution

No contributions needed.

Visuals

Here is how Note Taker should appear when it is launched:

Landing page

Here is how it looks when creating a note:

Note creation page

Questions

If you have any questions and want to reach me, email me at christylex3@gmail.com. Also, you can check out my other work here.

About


Languages

Language:JavaScript 69.8%Language:HTML 20.0%Language:CSS 10.1%Language:Procfile 0.2%