Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1023 Bytes

Readme.md

File metadata and controls

45 lines (27 loc) · 1023 Bytes

Test Yourself

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.

Tech Stack

Client: React, React Context API

Server: Node, Express

Database: MongoDB

Installation

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

Authors