https://github.com/rodrigosaint/rpgfy-react
This project is part of a project to experiment different tecnologies. This is a frontend with React.
https://github.com/rodrigosaint/rpgfy-react
quest react skills
Last synced: about 2 months ago
JSON representation
This project is part of a project to experiment different tecnologies. This is a frontend with React.
- Host: GitHub
- URL: https://github.com/rodrigosaint/rpgfy-react
- Owner: RodrigoSaint
- Created: 2018-01-02T18:39:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T21:49:27.000Z (over 8 years ago)
- Last Synced: 2025-06-13T09:07:14.613Z (12 months ago)
- Topics: quest, react, skills
- Language: JavaScript
- Size: 135 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPGFY Project
The RPGFY project is a group of smaller projects to experiment, train and develop tecnologies, skills and process.
During the development I will write a article based in each tecnology used.
The goal with this is to create a system that covers the most common skills such as user input, validation, data access, security, image upload, asyncrony, hashing, logging, continuous deploy and etc.
To achive this goal every project should result into a application that will have at least:
Item | Description
-----| ------------
**User Creation**| The user should be created with an e-mail, password and mage. After submitting the form a welcome e-mail should be sent, the assword should be hashed and the image should be saved into a file.
**Login** | The user should be able to login to access other areas.
**Quest list** | The user should be able to see it quests and filter them
**Quest creation** | The user should be able to create a quest.
**Quest edition** | The user should be able to edit a quest.
**Quest status change** | The user should be able to change the quest status
**Quest Report** | The user should be able to see his quest history.
__RPGFY REACT__
This project should experiment React as front-end.
The article of this project is at:
To execute this project you can use the rpgfy-backend-* repositories.