Live deployed website: https://qcfirst.snecola.repl.co/
- Steven Necola
- Course enrollment / management system for professors and students.
- Students can enroll and search for courses.
- Professors can manage their courses and add new courses.
Node.js to handle the server. Express.js to handle sessions as well as many API functions. MySQL to handle the database. Remotemysql.com to host the database. Repl.it to host the website.
HTML to create template sites for Course Views, dashboards, and functionality. jQuery with many get requests to fill the templates out with the user's proper information. Bootstrap to make sure everything looks nice and fits any screensize. CSS to distinguish the style.
- My visual design has changed drastically from my initial visual design in order to make it more repsonsive and intuitive for users.
- Scrapped the Square button per class design and instead opted for a more streamline table with more information about the class.
- Scrapped the modular course view pages and instead opted for a nice table design that had room vertically on smaller devices.
- 1 column course view to make it adaptable to any phone screen size.
- Dashboard uses 2 column grid layouts to add buttons for each course.
- Copy / Larger scale of a mobile design. with 3 columns instead of 2 for the dashboard.
- 2 column grid layout for the course view.
All HTML files validated by https://validator.w3.org/
Plan is for anything referring to index.html to refer you to the appropriate dashboard is user session is valid. Still have to learn backend development.
- index.html
- forgotpassword.html
- signup.html
Plan is to set up the dashboard with the appropriate information based on the user. The HTML structure is present and ready to insert classes based on user's backend information.
- student-dashboard.html
- instructor-dash.html
The course view page has different templates to insert information using js for instructors and students, as well as editability options for instructors.
- course-manageinstructor.html
- course-manage-student.html
Students can search and enroll in new courses using an advanced search form or a search bar on the dashboard. They can also drop or swap courses.
- course-search.html
- drop-course.html
- swap-course.html
- search-results.html
Instructors can edit or delete courses from the course view page and add new courses from their dashboard.
- add-new-course.html
- edit-course.html
All css files validated by https://jigsaw.w3.org/css-validator/
Using a mobile first approach with Bootstrap's Flexbox grid system, the QCFirst webapp is as functional, accessable, and pleasing to use on every device.
- There are separate CSS style sheets for all non-bootstrap styling rules. Usually consisting of padding, margins, breakpoints, and colors.
- The grid system is reliant on bootstrap and its HTML classes.
- Icons are flush with the design and all SVG files were drawn by me using Google Drawings.