</> Task Manager
⭐ This project is made with ReactJS.
🤝 Contributions
Task Manager is now open source anyone can contribute to this project, but there are several steps which needs to be followed by you. If you made up your mind to contribute then fork the repository and star it, and then follow the steps given below:
- Raise an Issue with proper title, description and label.
- Wait for the project Coordinator to assign you the Issue.
- Once Assigned work on it, and then Create the Pull Request.
- After PR wait until Project Coordinator Accepts/Reverts the Changes.
- Once Accepted Issue will be closed.
🏗 Setup
- Fork the repo by clicking the fork button
- Clone the repo
$ git clone https://github.com/your_github_username/task-manager.git
- change to project directory
$ cd task-manager
- you need to install node_modules
$ npm install
It's time to run the project on localhost
$ npm start
Open http://localhost:3000 with your browser to see the result.
Don't forget to show your ❤ love if you feel fabulous, just hit the ⭐ star button at the top-right of the page