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.
- Host: GitHub
- URL: https://github.com/ramgoel/contest
- Owner: RamGoel
- Created: 2024-02-26T17:49:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T05:44:54.000Z (over 2 years ago)
- Last Synced: 2025-01-13T10:51:55.655Z (over 1 year ago)
- Topics: react, tailwindcss
- Language: TypeScript
- Homepage: https://the-timed-quiz.netlify.app/
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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