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
- Host: GitHub
- URL: https://github.com/eclipsemode/fma-test
- Owner: eclipsemode
- Created: 2024-01-08T15:57:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T18:54:38.000Z (about 2 years ago)
- Last Synced: 2025-01-19T08:19:35.870Z (about 1 year ago)
- Topics: clerk-auth, next
- Language: TypeScript
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.