Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taker

This is a simple note-taking application built with Express.js on the backend. Users can write, save, and delete notes to help organize their thoughts and tasks.

Table of Contents

Installation

To run this application locally, follow these steps:

  1. Clone the repository: git clone https://github.com/Philip-Tom/-Note-Taker
  2. Navigate to the project directory: cd -Note-Taker
  3. Install dependencies: npm install
  4. Start the development server: npm run dev
  5. Open your browser and go to http://localhost:5000

Usage

  • Open the application in your browser.
  • Click on the "Get Started" button.
  • Create new notes by entering a title and text, then click "Save Note."
  • View existing notes in the left-hand column.
  • Click on an existing note to view it or click "New Note" to start a new note.
  • To delete a note, click the trash can icon next to the note in the left-hand column.

API Routes

  • GET /api/notes: Retrieve all saved notes.
  • POST /api/notes: Save a new note to the server.
  • DELETE /api/notes:id: delete the note to the server.

Demo

Landing Page Note Page
Landing Page Note Page

Deployed Application

The application is deployed on Heroku. You can access it here.

Technologies Used

  • Express.js
  • Node.js
  • HTML
  • CSS
  • JavaScript

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages