Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamcrownover/tasks-note-taker
An app for writing and saving notes on tasks to complete later. Deployed to Heroku. Back-end built with Express.js.
https://github.com/williamcrownover/tasks-note-taker
database expressjs heroku json nodejs uniqid
Last synced: 2 days ago
JSON representation
An app for writing and saving notes on tasks to complete later. Deployed to Heroku. Back-end built with Express.js.
- Host: GitHub
- URL: https://github.com/williamcrownover/tasks-note-taker
- Owner: WilliamCrownover
- License: mit
- Created: 2021-07-22T02:08:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T02:56:32.000Z (about 3 years ago)
- Last Synced: 2023-07-31T08:50:06.213Z (over 1 year ago)
- Topics: database, expressjs, heroku, json, nodejs, uniqid
- Language: JavaScript
- Homepage: https://tasks-note-taker.herokuapp.com/
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tasks Note Taker
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Description
This web application was built as a helpful tool for keeping track of tasks as saved notes hosted on Heroku. The app uses Express.js for the back end server functions pulling JSON data from a database file. By deploying the code to Heroku, the database is persistent across multiple machines through a server so that the user can come back to the app later without losing valuable task notes. The app’s functionality includes a delete process so that the user can clear out finished tasks easily. I gained valuable experience in routing page display and api paths through a master index.js file which will allow for expanded functionality in the future.
## User Story
```
AS A small business owner
I WANT to be able to write and save notes
SO THAT I can organize my thoughts and keep track of tasks I need to complete
```## Live Site
https://tasks-note-taker.herokuapp.com/
## Technologies
- Node.js
- Express.js
- uniqid## License
Licensed under the MIT License - https://opensource.org/licenses/MIT## Contact
If you have any questions you can email me at [email protected].
You can also check out my other work on GitHub at [WilliamCrownover](https://github.com/WilliamCrownover)