Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanfkurucz/rpgprod
ReactJs with TypeScript todo list RPG alike site
https://github.com/juanfkurucz/rpgprod
nodejs reactjs typescript
Last synced: about 1 month ago
JSON representation
ReactJs with TypeScript todo list RPG alike site
- Host: GitHub
- URL: https://github.com/juanfkurucz/rpgprod
- Owner: JuanFKurucz
- Created: 2020-11-28T23:18:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T23:32:00.000Z (over 1 year ago)
- Last Synced: 2024-05-28T15:18:05.283Z (6 months ago)
- Topics: nodejs, reactjs, typescript
- Language: TypeScript
- Homepage: https://juanfkurucz.github.io/RPGProd/
- Size: 7.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPGProd
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
![Deploy](https://github.com/JuanFKurucz/RPGProd/workflows/Deploy/badge.svg)
## Summary
This is a web app that intends to transform your daily tasks in a more entretaining RPG way.
## How to use
You can use the live version hosted at https://juanfkurucz.github.io/RPGProd/ or do it locally!
To run it locally, clone the repo and execute:
```bash
cd frontend
npm install
npm start
```## Progress check
- [x] Create quests
- [x] Type of quests (side quest, quest and boss fight)
- [x] Reward skills to quests
- [x] Reward proficiencies to quests
- [x] Profile storing quests, xp, skills and proficiencies
- [x] Profile module
- [x] Quests module
- [x] Proficiencies module
- [x] Budget module
- [ ] Profile personalization
- [ ] Daily missions
- [ ] Achivements## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Francisco Kurucz
💻 📖 🚇
TinyDisasters
🖋 🎨
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!