I developed a quiz app using TypeScript. It features a smooth, interactive interface for creating and taking quizzes. The app ensures type safety and reliability, making it a robust tool for educational purpose
screen-capture.webm
- HTML
- CSS
- ReactJs
- Typescript
- Hooks
- Redux
- Download or clone this repository.
git clone https://github.com/rohanmittal1163/QuizApp
npm install
npm run dev
json-server --watch db.json --port 4000
This project is open source and we are happy to receive contributions. If you would like to contribute, please follow these steps:
- Make a fork of the repository.
- Create a branch for your feature or bugfix (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added my new feature'
) - Push your branch (
git push origin my-new-feature
) - Create a pull request.