Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emekankwo/educationdashboard
https://github.com/emekankwo/educationdashboard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/emekankwo/educationdashboard
- Owner: EmekaNkwo
- Created: 2023-11-15T23:00:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-01T20:06:25.000Z (about 1 year ago)
- Last Synced: 2024-01-01T23:17:40.414Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://hayeducationdashboard.vercel.app
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Education Dashboard
## Overview [Live Demo](https://hayeducationdashboard.vercel.app/teacher)
This is an application that allows the creation and fetching of students and teachers data from a database. The Application was built using Nexjs, TypeScript, Redux Toolkit, Antd, Next API, MongoDB,TailwindCSS and Cypress.
## Logs
- Created a NextJs application
- Used TailwindCSS and Antd for styling of components and pages
- Implemented global state management using Redux Toolkit and RTK Query
- Used Next API to fetch data from MongoDB database
- Implemented Cypress to run end-to-end tests for the application## Features
- Creation of students and teachers profiles
- Fetching students and teachers from the database## Get Started
- Clone the repository
- Run `npm install` to install dependencies
- Run `npm run dev` to start the application
- Visit http://localhost:3000 to see the application
- Run `npx cypress open` to run tests