Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lekesoldat/skillsprint
Thesis application by Magnus Lauritzen Holtet and Anh-Kha Nguyen Vo.
https://github.com/lekesoldat/skillsprint
achievements education gamification leaderboards mathematics nextjs points repetition streaks t3-stack thesis trpc
Last synced: about 3 hours ago
JSON representation
Thesis application by Magnus Lauritzen Holtet and Anh-Kha Nguyen Vo.
- Host: GitHub
- URL: https://github.com/lekesoldat/skillsprint
- Owner: Lekesoldat
- License: gpl-3.0
- Created: 2022-12-04T13:59:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T07:51:58.000Z (3 months ago)
- Last Synced: 2024-08-21T09:10:12.357Z (3 months ago)
- Topics: achievements, education, gamification, leaderboards, mathematics, nextjs, points, repetition, streaks, t3-stack, thesis, trpc
- Language: TypeScript
- Homepage: https://skillsprint.no
- Size: 1.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SkillSprint
SkillSprint is a fun mathematical gamification web application that provides a challenging and interactive experience reminiscent of CTFs, improving users' problem-solving skills and mathematical knowledge.
## Built with
- [TypeScript](https://www.typescriptlang.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [tRPC](https://trpc.io/)
- [React.js](https://react.dev/)
- [Next.js](https://nextjs.org/)
- [Prisma](https://www.prisma.io/)
- [PostHog](https://posthog.com/)
- [NextAuth.js](https://next-auth.js.org/)## Getting started
To get started, follow these steps.
### Prerequisites
- Node.js (Version: >= 18.x)
- PostgreSQL database
- Pnpm
- PostHog project (production only)## Development
1. Clone this repository to your local machine.
```sh
git clone https://github.com/Lekesoldat/skillsprint.git
```2. Go to the project folder.
```sh
cd skillsprint
```3. Set up your `.env` file.
- Create a `.env` file and copy the values from`.env.example`.
4. Fill out the environment variables with yours, such as the DATABASE_URL.
5. Add your user to to the admin list in [user-utilities](https://github.com/Lekesoldat/skillsprint/blob/03bcdc3a7be94a163c63c1657f1a134099c72ffb/src/utils/seeds/utils/user-utilities.ts#L18).
6. Run `pnpm tasks-seed` to seed the database with some tasks and your user.
7. Open a browser and go to http://localhost:3000.
## Project structure
This application follows the same folder structure as described in [T3 Docs](https://create.t3.gg/en/folder-structure).