MLyjak1 / Level-Up-Coding

2 stars 2 forks source link

Level-Up-Coding

Contributors:

Abstract:

This website is a compilation of tutorial videos to assist users with learning to code. Videos are divided up into Beginner, Intermediate, and Advanced Tiers. Users will be able to log in and comment on videos. On a user's home page they will be able to view all their comment history and delete those comments.

Project Brief:

The project uses a combination of a React-based front end for page flow, styling and responsiveness. ____ is utilized as the design API library. Users will either be able to sign up or log in to their account, which allows them to leave feedback comments on the videos and manage those comments. The home page will display one featured video for each skill level (beginner, intermediate, and advanced.) Each page contains a navbar at the top to display the title of the current page and navigate to different locations of the website. There is also a static footer at the bottom of each page containing The website information. When a skill level is selected; the page changes to a series of videos (initially 3 seeded videos) appropriate to that skill level. After a specific video is selected, it will display and populate comments from all users below it. This website is also mobile-responsive.

Technologies used:

Visualization:

Add Screenshot Add Gif? Add Video?

Powerpoint

Repository/Deployment:

https://github.com/MLyjak1/Level-Up-Coding

Deployed Website

Instructions for Future Developers:

To Be Added:

Known Bugs/Future Additions:

License Information:

To be Added:

Version Information:

0.0 - Initial Setup - 8/29/22

* Set up Initial Folder and File Structure
* Added Potential necessary packages to package.json
* Began README
* Built Server connection and tested