This is an Simple Version of Event View and Event Detail View built with React which is bootstrapped with Create React App and Ant Design UI Library
This application is hosted using github pages. You can click here for an hosted demo.
- Checkout this repo or extract if you download the zip
- Run
yarn install
- Run
yarn start
Application will run at port 3000.
The tests have been written using React Testing Library.
- Keep the application running using
yarn test
- Add Integration tests using Cypress
- Add More Unit Tests