This is a web application that allows users to monitor and improve their performance on various tasks and goals. The application uses the MERN stack (MongoDB, Express.js, React.js, and Node.js)
- Clone the repository.
- Navigate to the
frontend
folder and runnpm install
to install the frontend dependencies. - run
npm install
to install the backend dependencies. - Create a
.env
file and add the following variables:- PORT= your Port Number
- MONGODB_URI= your MongoDB URI
- Run
nodemon start
inContinuous-Improvement-Monitoring
folder andnpm run dev
in frontend folder.
We welcome any contributions that can improve this project. If you want to contribute, please follow these steps:
- Fork this repository and clone it to your local machine.
- Create a new branch with a descriptive name (e.g.,
fix-bug-123
). - Make your changes and commit them with clear messages (e.g.,
Fix bug #123
). - Push your branch to your forked repository on GitHub.
- Create a pull request from your branch to the main branch of this repository.
- Wait for feedback from the maintainers.
Please make sure that your code passes all tests and follows the code style guidelines before submitting a pull request. If you have any questions or suggestions, feel free to open an issue or contact us at [email protected]
view site https://cim.cyclic.app
Thank you for your interest in this project!