A Web Application: tutorFinder Application

Personal Project

PROJECT DETAILS

tutorFinder is an online platform where students can find help on their homeworks from available tutors and tutors can find their clients. Users can sign up as either tutor or tutee. For an in-progress source code, please see here.

TECHNOLOGY USED

KEY FEATURES

Front-End:

For UI and UX of the application, I use React JS and Bootstrap frameworks.

Back-End:

A NodeJS back-end was written to handle all of the endpoints we needed for our application. These endpoints accessed the real-time database through Google Firebase API: Firestore and Storage. The completed endpoints including, user login, user logout, user registration, updating user information, uploading profile image, adding a new job post, and pulling a list of tutors/students and job posts .

See the in-progress work