Skip to content

Work Bucket is a Trello inspired mini project management web app that lets you put all your tasks into buckets and move them from one bucket to another through a drag and drop mechanism

License

Notifications You must be signed in to change notification settings

ishantchauhan710/WorkBucket

Repository files navigation

WorkBucket

WorkBucket is a Trello inspired mini project management web app.

Description

This app consists of two buckets. Each bucket holds a collection of multiple tasks. A user can rename the buckets according to his or her needs and move tasks from one bucket to another via a drag and drop mechanism.

Project Purpose

The purpose of this project is to demonstrate how can a person:

  • Develop React.js apps using TypeScript.
  • Implement Drag and Drop Functionality in App.
  • Make responsive design using CSS properties like flexbox and media queries.

Yes, you read that right! The app works great on mobile devices too! :)

Technologies Used

  • React.js: A library that makes it really easy for us to create web pages with advanced UI.
  • Typescript: A language that lets you strictly define data types for all the variables and objects in your code and hence saves you from a lot of errors and makes it easy to scale your app in future.
  • React Drag And Drop: You can think it of an abstract code that lets you easily define draggable and droppable objects in your app. Using this, you can easily implement drag and drop mechanism in your app. To use this in your project, simply write npm i react-beautiful-dnd and refer to the docs to learn how use it in your app.

Contact

For any queries, you can mail me at developerishant710@gmail.com

About

Work Bucket is a Trello inspired mini project management web app that lets you put all your tasks into buckets and move them from one bucket to another through a drag and drop mechanism

Topics

Resources

License

Stars

Watchers

Forks