Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybermaxi7/trello-appwrite-clone
https://github.com/cybermaxi7/trello-appwrite-clone
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cybermaxi7/trello-appwrite-clone
- Owner: Cybermaxi7
- Created: 2024-02-11T10:08:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T11:14:26.000Z (11 months ago)
- Last Synced: 2024-02-12T11:29:25.472Z (11 months ago)
- Language: TypeScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trello Clone with Drag and Drop
A Trello app clone with drag and drop functionality built using Next.js, TailwindCSS, Headless UI, Appwrite, and React-beautiful-dnd.
## Table of Contents
- [Demo](#demo)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Demo
Provide a link to the live demo or showcase screenshots/gifs of your Trello clone.
## Features
- **Drag and Drop:** Intuitive drag and drop interface for managing tasks.
- **Responsive Design:** Built with responsiveness in mind for seamless usage on various devices.
- **Appwrite Integration:** Utilizes Appwrite for backend functionalities.
- **Next.js:** Utilizes the power of Next.js for a fast and optimized React application.
- **TailwindCSS and Headless UI:** Stylish UI components styled with TailwindCSS and Headless UI for a clean and modern look.## Technologies Used
- [Next.js](https://nextjs.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [Headless UI](https://headlessui.dev/)
- [Appwrite](https://appwrite.io/)
- [React-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd)## Installation
Clone the repository:
```bash
git clone https://github.com/cybermaxi7/trello-clone.git1.
```
Navigate to the project directory
cd trello-cloneInstall dependencies:
npm install
Usage
Start the development server:npm run dev
Open your browser and visit http://localhost:3000.Explore the Trello clone, create boards, and manage tasks with drag and drop!
Contributing
If you'd like to contribute to this project, please follow these guidelines:Fork the repository.
Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name.
Commit your changes: git commit -m 'Add some feature'.
Push to the branch: git push origin feature/your-feature-name.
Open a pull request.
License
This project is licensed under the MIT License.