Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.21 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.21 KB

Taskify - Trello Clone

Project Status: Finished (February 3, 2024)

Topics

🔹 Project Description

🔹 Features

🔹 Dependencies

🔹 Run App

Project Description

Taskify is a fullstack Trello clone, powered by Next.js 14, React, Prisma, Stripe, Tailwind, and MySQL. Streamline project management with an intuitive interface and robust features.

Features

✔️ Login and register, create, edit and delete organizations, boards, lists and cards. Manage all tasks. Upgrade to Pro to have unlimited boards (billing integration using Stripe).

Dependencies

⚠️ Node
⚠️ TypeScript
⚠️ NextJS
⚠️ ReactJS
⚠️ Tailwind

PROJECT IS AVAILABLE: https://taskify-enzobozzani.vercel.app

Run application:

Clone project:

git clone https://github.com/EnzoBozzani/taskify-trello-clone.git

Install dependencies:

npm install

Setup environment variables (database, stripe, clerk, app url)

Run project:

npm run dev