Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.51 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.51 KB

TaskTracker Frontend

Overview

The frontend of TaskTracker is built with React.js. It provides an intuitive user interface for managing tasks and collaborating with other users.

Features

  • 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.

Getting Started

Installation

  1. Clone the repo

git clone https://github.com/shivamkcode/task-tracker

  1. Install NPM packages

npm install

  1. Run the project

npm run dev

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Shivam kumar - [email protected]

Backend Link: https://github.com/shivamkcode/task-tracker-server