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

https://github.com/eclipsemode/fma-test

Assignment interface
https://github.com/eclipsemode/fma-test

clerk-auth next

Last synced: 3 months ago
JSON representation

Assignment interface

Awesome Lists containing this project

README

          

## Preview video

https://github.com/eclipsemode/FMA-test/assets/29868983/9c45933e-4181-455f-88d3-7d781be46da1

## Window break points

| Tailwind name | window size |
|---------------|-------------|
| md | 768px |
| xs | 400px |

## Libraries

* Clerk auth
* Prisma client
* Redux Toolkit
* React Ace
* React Content Loader
* Tailwind
* React
* Typescript

## Getting Started

To create docker container run:

```bash
docker compose up
# then
npx prisma generate
# then
npx prisma db push

# then inject seed to db with (create test TASK)
npx prisma db seed
```

Now, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

##

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.