If you want to see the website, click here
- Fix route migration v5 => v6
- Update all packages managers correctly
- Add typescript
- Create a simple design System UI in styled-components
- Add a playground test to refactor all components
- Insert react testing library and setup jest with typescript environment
- Add storybook
- Migrate state logic from react-redux to zustand
- Create Interfaces to type all data objects in site
- Add new UI features
- Fix migration react router dom:
- Add all packages @latest version
- Change react routers from v5 to v6
- Remove useHistory to use useNavigate
- Update all packages correctly
- npm i -g npm-check-updates
- run the following command: ncu
- ncu -u change all packages to latest version
- Add typescript
- Fix all default problems issues temporally changing the tsconfig.json file, noImplictyAny: false