Esztergb / note-taker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note Takert

License: MIT Node.js Badge Express Badge Heroku Badge Insomnia Badge

Description

Modifed the starter code to create an application called Note Taker that can be used to write and save notes. This application uses an Express.js back end and saves and retrieves note data from a JSON file.

The application’s front end was provided. I have built the back end and connected the two. The application is deployed to Heroku.

Table of Contents

Installation

Before attempting to use this project, make sure to have these programs installed on your computer:

  • VS Code
  • GitBash
  • Node.js

Steps to initialize the project:

  1. Copy Link: Hit the "Code" button within this GitHub repo to copy link
  2. Clone: Within GitBash, use the command "git clone paste link here"
  3. NPM: Use the command "npm init -y" to install Node Package Manager

Usage

project image

License

This project is covered under the MIT licence.
To learn more click on the following link

How to Contribute

Please follow Contributor Covenant Guidelines by clicking on the following link: Contributor Covenant

Tests

Run app

Questions

If you have any questions about this projects, please email me: gubiscom@yahoo.com directly.
Please visit my GitHub Page to view this project. Heroku Page

Credits

Thank you for tips and sugestions from Bootcamp instructors and classmates. I have used https://www.w3schools.com/ and https://www.stackoverflow.com to research information. Did not work with tutor this week. Codes were based on mini project and some other modules from bootcamp. I received help from tutor Dru Sanchez as well.

About

License:MIT License


Languages

Language:JavaScript 68.0%Language:HTML 22.3%Language:CSS 9.7%