https://closr-app.herokuapp.com/
This project has been created by the Spring 2021 full-time cohort at Parsity, an online software engineering course. The work in this repository is wholly of the students based on a project prompt given by Parsity instructors.
The application is an online customer relationship management tool that helps companies track customers, deals and revenue.
View Open Issues
·
Report Bug
·
Request Feature
- The dashboard displays sales and deals data, based on all time deals history.
- The companies tab shows all companies, with ability to click on a company and view additional information, it's associated deals and navigate to the deals' pages.
- The deals tab has integrated drag&drop functionality, to effectively move deals from one stage to another and archive won or lost deals. The user can also click and view the deal's details, timeline and edit/delete/archive the deal.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/connordipietro/closr
- Install NPM packages in root directory
npm install cd -
- Install NPM packages in Client
cd client npm install
- Go to BigPicture.io -> https://bigpicture.io/pricing and generate your free API key
- Create an .env file in the Client folder and add the following text in it: REACT_APP_BIGPICTURE_API_KEY = "insert the API key you created"
- Add the .env file to your .gitignore
Any contributions you make are appreciated!
- Fork the Project
- Create your Feature Branch (
git checkout -b newFeature
) - Commit your Changes (
git commit -m 'Add a newFeature'
) - Push to the Branch (
git push origin newFeature
) - Open a Pull Request