Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keanteng/nextjs-solo-leveling
⚡ Solo Leveling System Website
https://github.com/keanteng/nextjs-solo-leveling
manhwa nextjs sololeveling system website
Last synced: about 1 month ago
JSON representation
⚡ Solo Leveling System Website
- Host: GitHub
- URL: https://github.com/keanteng/nextjs-solo-leveling
- Owner: keanteng
- Created: 2024-08-02T12:49:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:00:39.000Z (5 months ago)
- Last Synced: 2024-08-13T15:01:32.260Z (5 months ago)
- Topics: manhwa, nextjs, sololeveling, system, website
- Language: TypeScript
- Homepage:
- Size: 3.71 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solo-Leveling With Nextjs
> Imagine you are being summoned to this world as a player with system support to allow you to level up and power up. As you grow by defeating enemies, you receive extraordinary rewards and player stats update. This is a tale for any commoner to rise to become the world strongest!
A fan-made NextJS project to showcase the leveling system notification in Solo-Leveling manhwa using framer motion. The notification system might not look like what we see in the manhwa due to lack of design resources.
![alt text](image-1.png)
## Getting Started 🔥
First, 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.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font
## Some Ideas 🧠
- Player stat showcase
- Uses a random function to determine players classes (from F rank to S rank)
- Player personal currency store
- Allows user to use point to purchase items (can be mythic, legendary grade)