The University Platform is a comprehensive web application designed to enhance the academic experience for students, faculty, and administrators.
- 🔑 Authentication with email and password
- 👩🏾💻 Courses management
- 📊 Rating and performance per Semester
TypeScript
React
Nextjs
Tailwind CSS
Firebase
To run the project in your local environment, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/codesofC/ead-plataforma
- Run
npm install
,yarn
orpnpm
in the project directory to install the required dependencies. - Run
npm run dev
oryarn
to get the project started. - Open localhost:3000 (or the address shown in your console) in your web browser to view the app.