Skip to content

A simple note-taking app that runs entirely in the browser using Express and Node.js. A user's session saves after submitting a note and they can even exit the browser without losing their posts. As of January 2024, adding posts does not work. I will continue to work on this.

Notifications You must be signed in to change notification settings

scarlinj/Note_Taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taker

About

A simple note-taking app that runs entirely in the browser using Node.js. A user's session saves after submitting a note and can even exit the browser without losing their posts.

Find the live URL at: https://sheltered-coast-28214.herokuapp.com/

Features

This app runs entirely in the browser and saves user sessions, allowing a user to access the notes even after closing the page. Users can add, edit, or delete posts. These are all organized in the web page and listed with the given titles.

Usage

From the Note-taker homepage, click the "Get Started" button. Enter a title for your new note in the "Type your note title here" space. Enter any text or details for your note in the "Type your note text here" space. A floppy-disk icon will appear at the top-right, next to the "+" button. Click on the floppy-disk icon located on the top right of the page to save your note. To access your note, simply click the title of your note as it appears in the column on the left! While viewing a note, you can add another note by clicking the "+" icon in the top-right.

image of web page

Install Locally with Express

Download the code at the below: https://github.com/scarlinj/Note_Taker

Ensure you have Node.js installed on your machine: https://nodejs.org/en

For offline use, in the main project folder, install Express:

  • npm install express

Use "Node server.js" to run the .js file in Node without an .html file. This will open a Node.js server using Express. You can access the local site through localhost 3001.

About

A simple note-taking app that runs entirely in the browser using Express and Node.js. A user's session saves after submitting a note and they can even exit the browser without losing their posts. As of January 2024, adding posts does not work. I will continue to work on this.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published