elizabetholsavsky / note-taker

This application was created as part of a UT Full Stack Coding Bootcamp challenge. I supplied back-end functionality to front-end starter code to create a note taking application that can be used to write and save notes.

Home Page:https://eko-note-taker.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note Taker

License: MIT Node.js Badge Express Badge Heroku Badge Nodemon Badge Insomnia Badge

Description

This application was created as part of a UT Full Stack Coding Bootcamp challenge. I supplied back-end functionality to front-end starter code to create a note taking application that can be used to write and save notes.

note-taker

Table of Contents

Installation

To run application locally, check if you have Node.js installed by typing "node -v" in your command line. If node is not installed, visit the Node.js website to install. Next, clone this project repository to your computer. Use the command "npm install" to install dependecies (Express.js & UUID). Type "node server.js" or "npm start" to start server.

Usage

  • Type a new note title and note text in the designated input areas.
  • Click the 'save' icon to save a new note.
  • Access and open saved notes by selecting a note in the list located on the left side.
  • Click the red trash can to delete a saved note.

Watch the video demonstration to view basic functionality.

note-taker.mp4

License

MIT License

Contributing

Starter code was provided by Xander Rapstine (Xandromus), John McCambridge (nol166), and George Yoo (Georgeyoo) on behalf of UT Austin Boot Camps.

Contact

About

This application was created as part of a UT Full Stack Coding Bootcamp challenge. I supplied back-end functionality to front-end starter code to create a note taking application that can be used to write and save notes.

https://eko-note-taker.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 68.5%Language:HTML 22.0%Language:CSS 9.6%