React App application that host a web to consume the Phone Catalog API
-- Trello Board --
It uses Typecript, Jest for testing and the following 3rd party libraries:
- React Query and Axios for data fetching
- Radix Primitives that provides styleless components implementations
- React Stitches to create a theme and styled components
- Radix Colors to get colors for the theme
- Radix Icons for Icons
- Formik for creating forms
- ahooks for some utility hooks
$ yarn
You have to create a .env file following the template on /.env.example
REACT_APP_BACKEND_API_URL=
$ yarn start
$ yarn build
# unit tests
$ yarn test
# test coverage
$ yarn test:coverage
- Author - Carlos Díaz