This project was bootstrapped with Create React App.
The rationale behind this side-project is to practice my react skills and also go through some of the problems of implementing a design system.
The main goals are:
- ✅ Configure a storybook with the built react components
- ✅ Add storybook controls for all component stories (include accessibility tests tab)
- ✅ Add storybook-cypress plug-in so cypress tests can interact with the storybook controls on the fly
- ✅ Add visual tests for all stories
- 🚧 Add unit tests for all the components
- 🚧 Slowly but steady increase the number of components on the lib
- 🚧 Add more color themes
The specs from this implementation com from https://eva.design/
yarn install
yarn storybook
yarn cypress
yarn cypress:update