Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shadsvm/kanbox
- Owner: shadsvm
- Created: 2023-01-13T16:15:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T13:39:38.000Z (over 1 year ago)
- Last Synced: 2024-08-14T13:37:43.660Z (5 months ago)
- Topics: firebase, firebase-auth, firebase-firestore, nextjs, react, reactjs, tailwindcss
- Language: TypeScript
- Homepage: https://kanbox.vercel.app
- Size: 853 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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