https://github.com/suyious/gradprojectclientmvp
MVP for my Undergrad Project: A Mock Test Conducting System
https://github.com/suyious/gradprojectclientmvp
graduation-project ignou react redux-toolkit
Last synced: over 1 year ago
JSON representation
MVP for my Undergrad Project: A Mock Test Conducting System
- Host: GitHub
- URL: https://github.com/suyious/gradprojectclientmvp
- Owner: Suyious
- Created: 2023-02-21T17:06:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T04:13:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T05:42:33.981Z (over 1 year ago)
- Topics: graduation-project, ignou, react, redux-toolkit
- Language: TypeScript
- Homepage: https://bcsp064.netlify.app
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BCSP064 - Mock Test Conducting System
### Overview
The Project tited Mock Test Conducting System is a web-based platform designed to assist students and teachers in conducting assessments for various tests and examinations. The platform aims to provide users with a virtual test environment that replicates real test scenarios while offering personalization options to cater to individual needs. Although primarily targeted at students and teachers, the platform is accessible to anyone in need of its assessment solution.
The Platform consists of two part:
- the Front-end facing Client application, and
- the [Back-end facing REST API server](https://github.com/suyious/GradProjectServerMVP/)
that communicate with each other to form the complete Mock Test Conducting System.
The Front-end Client is developed using popular modern Javascript framework React. The REST API allows for efflicient communication between the frontend application and the backend application.
The application has been hosted online on a free tier server. The site can be accessed at:
Visit bcsp064.netlify.app
> The server has a 30 seconds wake-up time limitation due to which the users may have to wait for at least half a minute for the server to come online. The user will be met with a loading screen in such cases.
### Tools and Environment Used
#### Languages and Frameworks
- **HTML/CSS**
- **Typescript (Javascript)**
- **Python**
- **React**
- **Redux-Toolkit**