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.
- Host: GitHub
- URL: https://github.com/kfarshchian/-task-manager
- Owner: kfarshchian
- Created: 2023-01-12T06:21:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T23:12:23.000Z (over 3 years ago)
- Last Synced: 2025-01-17T11:22:22.150Z (over 1 year ago)
- Topics: bulma, css3, html5, javascript, nodejs, server, uuid
- Language: JavaScript
- Homepage: https://new-task-manager.herokuapp.com/
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Manager
## License
[](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


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