shadysaleh01 / Note-Taker

App that can be used to write, save, and delete notes, for users that need to keep track of a lot of information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note-Taker

Full Demo Video

Table of Contents

Description

For users that need to keep track of a lot of information, it's easy to forget or be unable to recall something important. So I created an application that can be used to write, save, and delete notes. This application will use an express backend and save and retrieve note data from a JSON file.

Languages and Tools:

Visual Studio Code

HTML5

CSS3

JavaScript

Node.js

Git

GitHub

Terminal



Installation

To install necessary dependencies, run the following command:

npm install, npm install express

Usage

- Application should allow users to create and save notes.

- Application should allow users to view previously saved notes.

- Application should allow users to delete previously saved notes.

Tests

To run tests, run the following command:

server.js

Questions

If you have any questions about the repo, contact me directly at my Email. You can find more of my work at my GitHub.

About

App that can be used to write, save, and delete notes, for users that need to keep track of a lot of information


Languages

Language:JavaScript 64.8%Language:HTML 24.2%Language:CSS 10.9%