This project was bootstrapped with Create React App.
#Todo-On-Steroids Frontend
this project is part of the Todo-On-Steroids projects Link
Project Technologies.
DEV
- React (with Hooks & Context)
- Typescript
- jest
Workspace
- eslint
- prettier
Disclaimers
- The project is for practice / learning purposes - any comments / suggestions will be appreciated.
- Currently there is the most basic UI, PR's welcome :)
- The testing is very minimal and not very clean, Suggestions on how to make mocks behave nicely with Typescript will be appreciated.
- In development the project is using mock services, but the initializations is done in runtime and not in compile / transpile time which is less nice.