MLyjak1 / 11-Notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

11-Notebook

Contributors:

  • Matthew Lyjak

Abstract:

This allows you to take notes and write them to an html file for viewing

Project Brief:

A note taking app that stores a list of notes and titles. Uses CRUD methods to add and change notes and are written to an HTML sidebar

Technologies used:

  • HTML

  • CSS

  • JavaScript

  • GitHub

  • Node.js

    • Nodemon
  • UUID

  • Express

  • Various Hardware including multiple different screen sizes and mobile devices

Description:

https://mlyjak1.github.io/Challenge_4_JS_Quiz/

Instructions for Future Developers:

N/A

Known Bugs/Future Additions:

License Information:

  • Created by: Matthew Lyjak

Version Information:

0.0 - Initial Commit - 6/27/22

* Created initial logic for documents
* Added assets needed to package.json file
* Set up all requires and export dependencies
* Started Initial README.md

0.1 - Setup of starting routes and display to Json * Added routes for pages * Made post request for creation of new notes * Set up tests for display to JSON - PASSED

0.2 - Make new Notes display to webpage and make them accessible (CR) * Setup sendFile and recieve file requests * Set up Array for notes to store all notes * Added gitignore file

About


Languages

Language:JavaScript 65.6%Language:HTML 23.4%Language:CSS 11.0%