timthedev07 / KCAMathsHub

A community-based platform for providing peer-assistance with Math school work and questions, available internally at KCA.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KCAMathsHub

This is a project dedicated to providing an online platform for students to ask questions related to Math; this targets students from primary to KS4.

The stack:

  • Language: TypeScript
  • Frontend
    • Next.js
    • Next-Auth
    • Tailwind
  • Backend
    • tRPC
    • Prisma
  • Storage
    • MySQL
    • AWS S3

Setup Instructions for Developers

Install nodejs.

Setup nodejs and yarn (package manager):

npm install --global yarn

Close the terminal window and open a new one on your desktop.

First, clone the repository and install deps:

git clone https://github.com/timthedev07/KCAMathsHub.git
cd KCAMathsHub/app
yarn

Open the folder KCAMathsHub in VSCode or any editor you want.

About

A community-based platform for providing peer-assistance with Math school work and questions, available internally at KCA.

https://kcamathshub.vercel.app

License:GNU General Public License v3.0


Languages

Language:TypeScript 88.9%Language:MDX 9.5%Language:CSS 1.1%Language:JavaScript 0.3%Language:HTML 0.2%