Simple Accordion
Mention the technologies and frameworks used in the project:
- React
- Storybook
- Emotion
- Jest (for testing)
Step-by-step instructions to set up the project locally:
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open the application in your browser:
-
Start the Storybook:
npm run storybook
-
Run the tests:
npm run test
Provide an overview of the testing framework and approach used.
You can access the live version of the application here: Live Demo
List areas where the project could be improved:
- add more props
- writing tests
- publishing on npm registery
- improve documentation