Multi-Project Repository containing three advanced web applications:
1οΈβ£ Kanban Board β A task management app built with React, TypeScript, and react-beautiful-dnd for seamless drag-and-drop functionality.
2οΈβ£ Fluid Animation β A visually engaging coupon card with fluid-like animations.
3οΈβ£ Drag & Drop Form Builder β A dynamic form creator with a customizable UI, built using React DnD, allowing users to build and rearrange forms effortlessly.
First, clone the repository from GitHub:
git clone https://github.com/your-username/motion-task-builder.git
Navigate into the project directory:
cd motion-task-builder
Each project is inside its own folder. To run a specific project, follow these steps:
cd kanban
npm install
npm run dev
Open http://localhost:3000 in your browser.
cd fluid-dynamics
npm install
npm run dev
Open http://localhost:3000 in your browser.
cd dragdrop-form-builder
npm install
npm run dev
Open http://localhost:3000 in your browser.
- React (with TypeScript)
- Next.js (if applicable)
- Tailwind CSS for styling
- react-beautiful-dnd for drag-and-drop functionality
Feel free to fork this repo, create a new branch, and submit a pull request. Contributions are welcome!