This project aims to develop a web application that connects students with tutors, enabling them to search for and schedule tutoring sessions based on their preferences and needs.
The application will use a mock server with fictional data on tutors, subjects, and available schedules to simulate the tutoring service.
Beatriz Costa: @xbeatriz https://github.com/xbeatriz
Sérgio Alves: @FenrirDrage https://github.com/FenrirDrage
Isabella Bertucci: @isabellabertucci https://github.com/isabellabertucci
The application will support three types of users:
- Admin: Responsible for managing the database of tutors and subjects.
- Student: Can search for tutoring sessions and book available tutors.
- Tutor: Can offer tutoring sessions and manage their availability.
- Frontend: HTML, JAVASCRIPT, CSS (TAILWIND)
- Mock Server: JSON Server
- Clone the repository:
git clone https://github.com/xbeatriz/brainiacs
- Navigate to the project directory:
cd brainiacs
- Admins can add, edit, or remove tutors and subjects.
- Students can browse available tutors and schedule sessions.
- Tutors can set their availability and manage booked sessions.