kbario / noteTaker

A fullstack app that lets you create, view and delete notes.

Home Page:https://notetaker-kbario.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noteTaker

license GitHub last commit GitHub top language GitHub language count GitHub followers

Description

noteTaker is a full-stack project that provides a UI in the browser that allows you to create and take notes, and then saves them on the back end.

This app is quite basic, only utilising one api route but uses three RESTful methods, being:

  • Get
  • Post, and
  • Delete

From this, users can create, and delete notes, as well as view existing notes.

noteTaker was created to be able to take efficient notes as well as to strengthen my full-stack skills.

From developing noteTaker, I have developed greater skills in back-end developement as well as with Express.js.

noteTaker was created with JavaScript, Node.js and Express.js.

Table of Contents

Installation

To develop and contribute to noteTaker, navigate to the directory you wish to store the app on your local machine in the terminal and run the first line of code below.

To simply use the app, click here.

git clone https://github.com/kbario/noteTaker.git

Usage

Using noteTaker

To open the app, follow the link https://notetaker-kbario.herokuapp.com/ . This will take you to the start-up page where you can click 'Get Started' which will take you to the note-taking part of the app.

Using noteTaker

Taking a Note

On the note-taking page, you will see 'Note Title', and 'Note Text'. These are the input fields where you can name the note and give it a body. Once you are happy with your note and do not want to change it in anyway, click the save icon in the top right. This button commits the note to memory and you will see the title appear in the left-hand-side column. To delete this note, click the red garbage bin button on the right of the note you want to delete.

Taking a Note

Contribute to noteTaker

All contributions to noteTaker are greatly appreciated and contributing is one of the many amazing things about open-source software.

To contribute to noteTaker, all we ask is that you're empathic and supportive towards other developers and follow the standard contribution guidelines. Click the banner below for more information.

Contributor Covenant

Tests

git clone https://github.com/kbario/noteTaker.git

Questions

If you have any questions, feel free to contact me through my GitHub or Email me.

Credits

Below are lists of links to tutorials and third-party assets that were used to create this project.

Tutorials

Third-Party Assets

License

Licensed under the MIT license.


This README was created with Gener8aREADME.

About

A fullstack app that lets you create, view and delete notes.

https://notetaker-kbario.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 64.4%Language:HTML 24.2%Language:CSS 11.4%