This is Saagievements, a web application to add new achievements and unlock them on click. The purpose of this application is to test new applicant's skills.
- Download sources, please do not fork the repository.
- Unlock an achievement on click (
POST /api/achievement/{id}/unlock
) - Create a form to add an achievement
- Create a new achievement
POST /api/achievement
with a payload like{'goal': 'This is a new achievement'}
- Surprise us in all ways 😉
This project was bootstrapped with Create React App.