An open API service indexing awesome lists of open source software.

https://github.com/ramgoel/contest

A timed quiz built using React and Tailwind.
https://github.com/ramgoel/contest

react tailwindcss

Last synced: 3 months ago
JSON representation

A timed quiz built using React and Tailwind.

Awesome Lists containing this project

README

          

# Timed Quiz

This is a timed quiz built using React and Tailwind

### Setup Locally
- Clone the repository code
```bash
git clone https://github.com/RamGoel/contest
```
- Change directory
```bash
cd contest
```
- Install all dependencies
```bash
yarn
```
- Run the application
```bash
yarn dev
```

- The application should be running on http://localhost:5173