Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).