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

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

Awesome Lists containing this project

README

          

# Quizzy

Screenshot 2024-08-29 at 7 52 35 AMScreenshot 2024-08-29 at 7 52 49 AM

## Technologies used

[![Technologies](https://skillicons.dev/icons?i=ts,tailwind,prisma,mongodb,nextjs,react,github,git)](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
```