This is my answer to DigiCloud interview assessment
a simple contacts list web app that connects to random user service.
npm install
npm run start
npm run build
npm run test
- Project Set Up
- Remove extra files
- Config ci / cd and github pages
- Add typescript
- Add prettier & eslint
- Implement REST API services management service
- Choose what package to use
- Implement structure for services
- Implement UI of contacts list
- add SASS support
- Create Tabs Component
- Create Contact detail box component
- Wrap up and connect all components in page
- Connect to random api service and show contacts
- Writing tests
- Responsive application