Our application "Test Yourself" is a quiz generator designed with accessibility in mind. MCQ tests are widely used for education and recruitment purposes, but they can be difficult for users with color blindness. We believe that everyone should have access to knowledge and, therefore, have implemented features to make our quiz generator accessible for users with disabilities.
Client: React, React Context API
Server: Node, Express
Database: MongoDB
Clone this repository
git clone https://github.com/Abhii-Agarwal09/test-yourself.git
cd test-yourself
Install server side dependencies and start the server
npm install
npm run dev
Install Client side dependencies and start the application
cd client
npm install
npm run dev