Front-End challenge for Ingenious agency.
This app was developed using React, Chakra-UI and was bootstrapped with CRA.
- React: I 💘 React and I find myself the most comfortable using it
- CRA: CRA is the best way to quickly focus on developing the app itself instead of worrying about configuring a bundler among other tools
- Chakra-UI: I've been meaning to dive deeper into Chakra for some time and I thought this would be a good time to try it out. So far I loved it!
Before setting up the app make sure you have node.js installed.
- Backend: open up a terminal, navigate to the
backendfolder and runnpm install. Once all dependencies are installed, runnpm starton this folder. - Frontend: open up a terminal, navigate to the
frontendfolder and runnpm install. Once all dependencies are installed, runnpm startto start the development server and see the app onhttp://localhost:3000
- Integration tests using Testing-Library 🐙
- E2E tests using Cypress 🌲