Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbichsel/note-taker
https://github.com/zbichsel/note-taker
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zbichsel/note-taker
- Owner: zbichsel
- License: mit
- Created: 2023-08-04T01:35:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T04:02:10.000Z (over 1 year ago)
- Last Synced: 2024-11-19T15:58:18.661Z (2 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# note-taker
## Description
This application is a **note-taking** web application, where the user can enter, create, access, and delete notes within the application. This note taker application will help the users maintain stability and organization with their lives.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Questions](#questions)## Installation
Git clone the repository.
Please make sure that the **Express** dependency has been downloaded. If not, please run the following command:
`npm i express`
This will install the Express package and version which is necessary for the application to run in. Learn more about [Express](https://www.npmjs.com/package/express).
## Usage
To access this note taker application, please run the following command in your integrated terminal for this repository:
`node server.js`
## License
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
This project is licensed under MIT. Please check LICENSE document in repository for more information.
## How to Contribute
If you would like to contribute to this project, please open a new issue or submit a pull request.
## Tests
There are currently no test for this application
## Screen Shot
![Screen Shot](./public/img/note-taker.png)
## Questions
If you have any questions, feel free to reach me at [GitHub](https://github.com/zbichsel) or via email at [[email protected]]([email protected]).