# Todo List App Welcome to the WeDevelop Challenge! 🚀 ## Description - Create a RESTful API todo list app. - Databases are NOT required (except by the `(Extra point)`). - Use your local development environment. - Frontend development is NOT required, only backend. - The designs are shown only to help you to undertand the challenge. ### Tasks 1. Add a new task. 2. Mark a task as completed. 3. Toggle between All, Active and Completed. 4. Remove one or all tasks under the Completed tab. 5. `(Extra point)`: Create a unit test. 6. `(Extra point)`: Use a SQL or a NoSQL DB for data persistence. Desings: <https://imgur.com/a/YzvWg7s> **Happy coding!**