Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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:
Visual Studio Code
HTML5
CSS3
JavaScript
Node.js
GitHub




---

### 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)

---