Deployed Link via Netlify: https://cocky-mcclintock-a9ffca.netlify.app
This project was completed as a coding challenge for Insiten.
- Acquimate is an online tool that helps users keep track of potential business acquisition opportunities.
- This app is a front end only project created with React.
- All data is stored in memory and is not persisted between sessions.
- Styling was done with React-Bootstrap and a handful of custom CSS classes.
- Page navigation was implemented with React-Router-Dom
- Icon Art gathered from https://lineicons.com/
- For this project I followed a task based source control branching policy, meaning each branch was focused on an individual task or related set of tasks. All work was pushed to Github where I created pull requests from the task branches back into main to ensure that I was merging work safely.
- Manually Add Opportunity Targets
- Add Opportunity Targets via BigPicture API
- Remove Opportunity Targets
- View Opportunity Details
- Edit Opportunity Details
- Add Notes to Opportunity
- React
- react-bootstrap
- react-dom
- react-router-dom