Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauryiv/note-taker
https://github.com/mauryiv/note-taker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauryiv/note-taker
- Owner: MauryIV
- Created: 2024-03-08T00:24:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T23:44:35.000Z (11 months ago)
- Last Synced: 2024-10-15T05:23:36.492Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This project can add and delete notes you may want to have for yourself. It stores is on it's own API in order to keep that information as well. [Check it out](https://note-taker-f38a.onrender.com/)## Table of Contents
- [Title](#title)
- [Description](#description)
- [Badges](#badges)
- [Visuals](#visuals)
- [Installation](#installation)
- [Usage](#usage)
- [Tests](#tests)
- [Questions](#questions)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Authors and Acknowledgment](#acknowledgment)
- [License](#license)
- [Project Status](#status)
## Badges
![Maury Hughes IV](https://img.shields.io/badge/Maury%20Hughes%20IV-5A2BE2)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
## Installation
User can num npm i in the command line to install the required dependecies listed in package.json
## Usage
This would be good for a to do list or for any osrt of task list needed, even grocery shopping!
## Visuals
![Intro Page](https://github.com/MauryIV/note-taker/assets/146037880/391422b4-37f5-4e95-89ad-a7eb0fb174f4)
![Notes Page](https://github.com/MauryIV/note-taker/assets/146037880/24074f08-2ffb-4c44-aff6-313398436295)
![Taking Note](https://github.com/MauryIV/note-taker/assets/146037880/0ffda1d2-898b-4a6d-8645-05adc988c232)
## Tests
I tested this to make sure it worked in a local host by running "node server.js".
## Questions
If you have any questions about the contents. Please feel free to reach out!
Here is my [Github](https://github.com/MauryIV) as well as my email .
## Contributing
Always open for input or way to simplify the code. Even new way to look at it! Feel free to reach out to me!
## Authors and Acknowledgment
Base code from initial commit and knowledge I gained to complete it is from DU coding bootcamp.
## License
MIT License © 2024 Maury Hughes IV
Please refer to this link, [License: MIT](https://opensource.org/licenses/MIT) for more information.[back to top](#title)