Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saagie/saagievements
Application to test new applicant's skills
https://github.com/saagie/saagievements
Last synced: 7 days ago
JSON representation
Application to test new applicant's skills
- Host: GitHub
- URL: https://github.com/saagie/saagievements
- Owner: saagie
- Created: 2019-10-22T09:20:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:12:03.000Z (about 2 years ago)
- Last Synced: 2023-03-02T14:42:08.366Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saagievements (Saagie Achievements)
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.## TODO
- [ ] [Download sources](https://github.com/saagie/saagievements/archive/master.zip), 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 😉## Resources
* [Saagie Design System](https://go.saagie.com/design-system)
* [React](https://reactjs.org/)
* [CRA](https://create-react-app.dev/)This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).