https://github.com/jane-does-coding/bridging-the-gap
https://github.com/jane-does-coding/bridging-the-gap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jane-does-coding/bridging-the-gap
- Owner: jane-does-coding
- Created: 2024-07-23T22:09:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T13:53:08.000Z (about 1 year ago)
- Last Synced: 2024-11-21T03:43:07.399Z (12 months ago)
- Language: TypeScript
- Homepage: https://bridging-the-gap-gilt.vercel.app
- Size: 1.11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quizzy


## Technologies used
[](https://skillicons.dev)
## Demo
[Quizzy Site - Live Demo](https://bridging-the-gap-gilt.vercel.app/)
## Quizzes
- Medical Prefixes
- Body Systems
- DNA & RNA
## Run Locally
Clone the project
```bash
git clone https://github.com/jane-does-coding/bridging-the-gap
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm i
```
Start the server
```bash
npm run dev
```