The frontend of TaskTracker is built with React.js. It provides an intuitive user interface for managing tasks and collaborating with other users.
- User Authentication: Users can sign up and log in to access their boards.
- Board Management: Users can create new boards and columns to organize their tasks.
- Task Management: Users can create tasks with their subtasks within each board.
- Collaboration: Users can invite other users to their boards. Invited users have access to make changes to the board.
- Real-time Updates: As users start and complete tasks, they can update the board to notify every other user of the board about the status of that task.
- Clone the repo
git clone https://github.com/shivamkcode/task-tracker
- Install NPM packages
npm install
- Run the project
npm run dev
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Shivam kumar - [email protected]
Backend Link: https://github.com/shivamkcode/task-tracker-server