Skip to content

This application is a Note Taker app. You can create new notes and refer to them at a later time, and also delete notes that are no longer needed.

License

Notifications You must be signed in to change notification settings

Meechlouch/Take-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo
⭐ Take Notes ⭐

License:

Table of Contents

📝 Description

This is a Note Taker application that can create, save, and delete notes. The application uses express server to respond to POST request to save notes to a db.json file and GET request to retrieve the data from our db.json as JSON. FS or File System functions allows us to modify our db.json file while path functions allows us a pathway through the directory.

📷 Visuals

Installation:

npm install express and npm nodemon was used as dependancies for this application.

Usage:

This application will be used to create and save notes to be retrieved at a later time.

Contributing:

None

Test:

A deployed version is hosted on Heroku. A link can be found at the end of this README.md.

Credits:

No credits at this moment.

©️ License:

This project is subject to License:

MIT License

    Copyright (c) [2020] [Demetri Dillard]

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

For more information on this License

Questions:question:

📧 For additional questions, Get in touch at: Meechlouch@gmail.com

:octocat: Check out my GitHub

:octocat: GitHub Repository

🌐 Here is the deployed website.

About

This application is a Note Taker app. You can create new notes and refer to them at a later time, and also delete notes that are no longer needed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published