This project is build on the purpose to familiarize myself with React. Might add more functionality in the future.
- The To do List only accept at most 10 items at once because it's about priority not quantity.
- The point system will increase by 1 when you finish one task and decrease by 1 when you delete the task.
- The input text field only accept less than 20 words.
- Login system will be implemented in the next version.