Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 owner

I 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])

---
![](https://img.shields.io/badge/license-MIT-blue)