This app allows the user create, update and delete ideas. There is no API, however the code has been designed in a way so it could be adapted to work with an API with minimal effort.
There are a few integration tests. These can be found in src/App.test.tsx
- Install dependencies via
yarn
ornpm install
- To run locally, use
yarn start
ornpm start
- To run the tests use
yarn test
ornpm test
This project was bootstrapped with Create React App.