divyam1705 / Truhacks

Home Page:https://teachmate.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Truhacks2024 - Truman State University Hackathon

Codacy Badge License

Theme: United Nations Department of Economic and Social Affairs Sustainable Development

  • Focusing on Quality Education

Project Overview

TeachMate is designed to make education accessible and free for everyone, focusing on live classes taught by volunteer instructors. It aims to bridge the educational gap in underserved communities by offering a variety of courses and learning materials. Aligned with the United Nations Sustainable Development Goal 4, TeachMate emphasizes targets 4.3 and 4.4, which advocate for inclusive, equitable quality education and lifelong learning opportunities.

SDG Goal 4 Infographic

Live Application

TeachMate Live App

Technology Stack

  • Frontend: Next.js, TypeScript, Tailwind CSS
  • Backend/Database: Firebase

Getting Started

To run TeachMate locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/divyam1705/Truhacks.git
  1. Navigate into the project directory:
cd Truhacks
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
  1. Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Open http://localhost:3000 in your browser to see the result.

About

https://teachmate.vercel.app

License:MIT License


Languages

Language:TypeScript 98.6%Language:CSS 1.2%Language:JavaScript 0.3%