Skip to content

masonhorne/FToATutoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Application - F to A Tutoring

F to A Tutoring an app that connects students to tutors specialising in their subject of interests!

By: Rohan Fernandes, Paul Lin, Mason Horne

Images

Here are images of the different screens throughout the app. From both tutor view and student view:

Notes

Setup

Install Dependencies

npm install

Deploy Locally in Development

npm start

Deploy to Production

npm run build

Technologies

This project was built using ReactJS with React Bootstrap and Firebase.

  • ReactJS to handle routing for different pages.
  • React Bootstrap for styled UI components.
  • Firebase to handle user authentication and account creation.
  • React-Router-Dom to handle navigation

Features

For Students

  • Register Account with Name, Grade, Email, and Password
  • Find Tutors filtered by their subject of interest and Target Grade
  • Enroll with Tutors which automatically adds them to "Your Courses"

For Tutors

  • Register Account with Name, Email, Subject, Grade, Image, and Password
  • See the list of Students enrolled on their course with "View Student Roster"
  • Contact enrolled students with their Email Address to schedule meeting times

License

Copyright 2021

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Links