Skip to content

JohnDJake/note-taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taker

License: MIT

Description

This is a web app running on Nodejs that allows users to create, view, and delete persistent, shared notes stored on the server. The server (created with the Nodejs express package) handles a variety of requests both to display the web page and to allow communication between the web page and the server. I was given all of the front-end code (everything in the public folder), and I wrote all of the server-side code.

The application is deployed here.

Table of Contents

Installation

After cloning the repository, all you need to do is run npm install in the root directory of the application.

Usage

You can use my live version of the app by clicking the deployed link above.

To run it yourself, follow my installation instructions and then run node server.js.

Home page screenshot Notes page screenshot

Contributing

Feel free to fork/pull.

Tests

Note Taker doesn't have any testing.

License

MIT License

A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

Questions

If you have questions take a look at my GitHub

JohnDJake

Or send me an email

john.d.jake@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors