-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
702db85
commit 52443ff
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# FindTeacher Web App | ||
|
||
## Overview | ||
|
||
FindTeacher is a web application designed to help users find teachers for various subjects. The platform offers a user-friendly interface, allowing individuals to search for teachers, explore roadmaps, and even apply to become a part of the teaching team. | ||
|
||
## Website URL | ||
|
||
[FindTeacher Web App](https://findteacher.azurewebsites.net) | ||
|
||
## Features | ||
|
||
- **User Authentication:** The website includes a signup and login system to provide personalized experiences for users. | ||
|
||
- **Search Teachers:** Users can easily find teachers for any subject using the search teacher option. | ||
|
||
- **Roadmap Search:** The platform allows users to search for roadmaps to guide their learning journey. | ||
|
||
- **Apply to Teach:** Teachers can become a part of the teaching team by submitting a simple form. | ||
|
||
## Technologies Used | ||
|
||
- **Frontend:** | ||
- HTML | ||
- CSS | ||
- JavaScript | ||
|
||
- **Backend:** | ||
- Django (Python web framework) | ||
|
||
- **Web Scraping:** | ||
- Utilizes web scraping techniques to gather relevant information. | ||
|
||
- **Integration:** | ||
- OpenAI API for enhanced functionality. | ||
|
||
- **Hosting:** | ||
- Azure (Website hosted on Azure Websites) |