Skip to content

Krenbot/note-taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express.js Based Note Taker

Table of Contents

Description

This project uses nodejs and express.js to locally host a browser-based note taking applicaiton. This project can be used by anyone intuitively and has an easy to understand functionality. Simply title the note, add text, click save, and you're done! There is a handy delete button that removes completed ideas.

Technologies

Challenges

  • Corretly implementing CRUD protocol
  • Working with Heroku for live deployment of a non-static page
  • Learning about and implementing different routes

Future Implentation

  • Calendar implemntation
  • Sharing notes between users/teams
  • Setting email alerts for time-sensitive notes
  • Note body preview underneath title

User Story

AS A small business owner
I WANT to be able to write and save notes
SO THAT I can organize my thoughts and keep track of tasks I need to complete

Demonstration

Demo of note taker app

Installation

  • For installation onto local machine, clone provided repository.
  • Use npm install to install dependencies.
  • Use npm run dev to initiate the server in your terminal.
  • Visit http://localhost:3000/ in your browser. Default provided port is 3000.

License

MIT © Krenbot