Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.2 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.2 KB

Therapist Connect

Overview

Therapist Connect is a web application designed to help users find therapists and for therapists to register and be listed in the directory. The website offers features such as searching for therapists by location and type of therapy.

Features

  • Homepage: A welcoming introduction to the site with navigation links.
  • About: Contains the mission of the organization.
  • Find a Therapist: Search for therapists based on location and type of therapy.
  • Therapist Registration: Form for therapists to register and add their information to the directory.
  • Login Page
  • Signup Page

Technologies Used

  • HTML5: Structure of the website.
  • CSS3: Styling the website for a visually appealing design.
  • JavaScript: Interactive elements and form validation .
  • Backend (Python-Django): For handling data storage and user authentication.

File Structure

therapist-connect/
│
├── .venv
├── backend/
│   ├── staticfiles/
├── static/
│   ├── css/
│   ├── js/
│   ├── Photos/
├── templates/
├── therapists/
├── manage.py
├──Pipfile
├── Pipfile.lock
├── README.md