Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katiechurchwell/note-taker
Express app to write and save notes.
https://github.com/katiechurchwell/note-taker
express heroku
Last synced: about 12 hours ago
JSON representation
Express app to write and save notes.
- Host: GitHub
- URL: https://github.com/katiechurchwell/note-taker
- Owner: katiechurchwell
- Created: 2022-01-22T07:58:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T23:40:19.000Z (almost 3 years ago)
- Last Synced: 2024-11-12T03:43:22.907Z (2 months ago)
- Topics: express, heroku
- Language: JavaScript
- Homepage: https://fathomless-basin-14567.herokuapp.com/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note Taker Starter Code
[![project-languages-used](https://img.shields.io/github/languages/count/katiechurchwell/note-taker?color=important)](https://github.com/katiechurchwell/note-taker)
[![project-top-language](https://img.shields.io/github/languages/top/katiechurchwell/note-taker?color=blueviolet)](https://github.com/katiechurchwell/note-taker)## Summary
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=flat&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=flat&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript_ES6-%23323330.svg?style=flat&logo=javascript&logoColor=%23F7DF1E) ![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=flat&logo=express&logoColor=%2361DAFB)A note taking app that allows the user to write and store notes. This was made as an exercise in Express and web servers.
## Table of Contents
1. [User Story](#User-Story)
2. [Deployment](#Deployment)
3. [Screenshots](#Screenshots)
4. [Installation](#Installation)
5. [Questions](#Questions)
6. [License](#License)## User Story
AS A small business ownerI 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
## Deployment
fathomless-basin-14567.herokuapp.com/## Screenshots
![Screenshot of "note taker" index page.](/images/index.png)![Screenshot of "note taker" notes page.](/images/notes.png)
## Installation
To run locally:
- Clone the repository
- Execute the following in the terminal:
- ``npm install``
- ``npm start``
- Look for the port the API server has assigned in the terminal.
- Navigate to ``localhost:{PORT NUMBER}`` in the web browser.To view on Heroku:
[https://fathomless-basin-14567.herokuapp.com/](https://fathomless-basin-14567.herokuapp.com/)## Questions
If you have any questions about this project, please open an issue or use the contact information below:
* [katiechurchwell](https://www.github.com/katiechurchwell)
* [[email protected]](mailto:[email protected])