Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drkittendorf/note-taker
Note Taker
https://github.com/drkittendorf/note-taker
express-js node-js uuid-v4
Last synced: about 1 month ago
JSON representation
Note Taker
- Host: GitHub
- URL: https://github.com/drkittendorf/note-taker
- Owner: drkittendorf
- Created: 2020-07-05T18:38:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T20:41:22.000Z (10 months ago)
- Last Synced: 2024-03-20T20:39:39.955Z (10 months ago)
- Topics: express-js, node-js, uuid-v4
- Language: JavaScript
- Homepage: https://frozen-mesa-87445.herokuapp.com/
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DALE'S NOTE TAKER APP
### TABLE OF CONTENTS
- [CONTRIBUTOR(s)](#CONTRIBUTOR(s))
- [DESCRIPTION](#DESCRIPTION)
- [USER STORY](#USER-STORY)
- [REFERENCE LINKS](#REFERENCE-LINKS)
- [Dale's Note Taker Application :: Live Link](https://frozen-mesa-87445.herokuapp.com/)
- [Dale's Note Taker Application :: GitHub Repo](https://drkittendorf.github.io/note-taker/)
- [LANGUAGES AND TOOLS](#LANGUAGES-AND-TOOLS)
- [CORE PROJECT TECHNOLOGIES](#CORE-PROJECT-TECHNOLOGIES)
- [CORE NODE DEPENDENCIES](#CORE-NODE-DEPENDENCIES)
- [FUTURE DEVELOPMENT](#FUTURE-DEVELOPMENT)
- [LICENSING](#LICENSING)
- [SCREENSHOTS](#SCREENSHOTS-AND-VIDEO)---
## CONTRIBUTOR(s)
Dale Kittendorf
---
## DESCRIPTION
- Application allows users to create and save notes.
- Application allows users to view previously saved notes.
- Application allows users to delete previously saved notes.
---
## USER STORY
- AS A user, I want to be able to write and save notes
- I WANT to be able to delete notes I've written before
- SO THAT I can organize my thoughts and keep track of tasks I need to complete
---
## REFERENCE LINKS
Link to **Dale's Note Taker App** deployed on `HEROKU` - [Application Live Link](https://frozen-mesa-87445.herokuapp.com/)
Link to **GitHub Repo** used for application development - [Application GitHub Repo](https://drkittendorf.github.io/note-taker/)
---
## LANGUAGES AND TOOLS:
---
### CORE PROJECT TECHNOLOGIES
Here is a list of all the core technologies used to develop this application.
- `Node.js - An asynchronous event-driven JavaScript runtime`
### CORE NODE DEPENDENCIES
The dependencies listed below are all the core NPM packages used throughout the project.
- `express`
- `uuidv4`
- `nodemon`
---
## FUTURE DEVELOPMENT
For `future` development, I would like to incorporate the following `enhancements`:
- Update HEROKU link name.
- Add some style
----
## LICENSING
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)The code in this project is licensed under MIT license.
---
## SCREENSHOTS AND VIDEO
- ### SCREENSHOT(S)
![screenshot1](public/assets/notetakerscreenshot.png)![screenshot2](public/assets/notetakerscreenshot-index.png)
- ### VIDEO
(TBD)---