Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shadsvm/kanbox

Kanban board for managing your projects and tasks. | Next.js + Firebase
https://github.com/shadsvm/kanbox

firebase firebase-auth firebase-firestore nextjs react reactjs tailwindcss

Last synced: about 1 month ago
JSON representation

Kanban board for managing your projects and tasks. | Next.js + Firebase

Awesome Lists containing this project

README

        

# KanBox

KanBox is a web-based kanban board application built using Next.js, Tailwindcss, Firebase, and react-beautiful-dnd. It allows users to easily visualize their workflow, prioritize tasks, and collaborate with their team in real-time.

## Tech Stack

- Next.js: A framework for building server-rendered React applications
- Tailwindcss: A utility-first CSS framework for rapidly building custom designs
- Firebase: A platform for managing real-time databases and authentication
- react-beautiful-dnd: A library for creating beautiful and accessible drag and drop interfaces in React

## Installation

1. Clone the repository `git clone https://github.com/yourusername/kanbox.git`
2. Install dependencies `npm install`
3. Start the development server `npm run dev`
4. Open `http://localhost:3000` in your browser

## Contribution

1. Fork the repository
2. Create a new branch for your feature `git checkout -b new-feature`
3. Commit your changes `git commit -am 'Add new feature'`
4. Push to the branch `git push origin new-feature`
5. Create a new Pull Request