Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.51 KB

Personal Coding Solutions Library App


screenshot screenshot

Link to the app: Click Here

Code Styles

  • HTML/CSS/JS
  • MongoDB/Mongoose
  • Express JS
  • Bootstrap

Description of app

This app is a study/work aid that will keep solutions and troubleshooting answers to coding problems in JS, HTML, Css, etc. It organized by category and has an area for a description/notes. It will have the ability to add new entries, update and delete entries.

Instructions

Click on any category to view all entries for that category. Click all to see all enteries.

From the index page a short description can be seen and a clickable link to a website/video that has the solution or lesson.

Each entry can be viewed, updated or deleted. A new entry can be done by clicking the "New Entry" button at the top of the page.

MVP

  • Ability to view all JS (and other category) entries on the main page.
  • There will be a view with a hyperlink, and description that can be updated.
  • As a user, I want to be able to add my own solutions (no hyperlink needed).

Difficulties

  • General CSS/Bootstrap placement of items on page.
  • Finalizing the "codeblock" feature.

Future Additions

  • Search function on main page.
  • View videos from separate box within the page.
  • Ablility to sort in ascending and descending order the Date created, title/name, etc.
  • Ability to add new categories on the main page.