An open API service indexing awesome lists of open source software.

https://github.com/kfarshchian/-task-manager

Add and remove notes with Express server.
https://github.com/kfarshchian/-task-manager

bulma css3 html5 javascript nodejs server uuid

Last synced: 3 months ago
JSON representation

Add and remove notes with Express server.

Awesome Lists containing this project

README

          

# Task Manager

## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Description
This application uses Express to save notes into the server database. It also uses UUID to add a key to the notes and allows the notes to be deleted from the database when the delete button sends the UUID id back to the database with the delete request.

## Table of Contents
- [License](#License)
- [Description](#Description)
- [Installation](#installation)
- [Usage](#Usage)
- [Credits](#credits)
- [Tests](#Tests)
- [Questions](#Questions)

## Installation
- npm i express
- npm i uuid

## Usage
![alttext](./assets/images/site1.png)
![alttext](./assets/images/site2.png)

A simple application you can use to save notes and have access them anywhere at any time.

## Credits
na

## Tests
na

## Questions
If you would like to ask me any questions. Contact me at my email address below or you can check out my Github profile.
- Email-kfarshchian@gmail.com
- Github user name- kfarshchian