Kanban Style Task Management Board Webapp Integrated with GitHub.
WorkStomper is integrated with GitHub, allowing seamless synchronization of tasks and boards.
-
Real-Time Collaboration
-
Kanban Board
-
Version Control
Install WorkStomper with npm
git clone https://github.com/g3ngi/software_engineering_wsInstall Dependecy
npm InstallFirebase Configuration
FIREBASE_API_KEY=your_api_key
FIREBASE_AUTH_DOMAIN=your_project_id.firebaseapp.com
FIREBASE_PROJECT_ID=your_project_id
FIREBASE_STORAGE_BUCKET=your_project_id.appspot.com
FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id
FIREBASE_APP_ID=your_app_idRunning The Webapp
npm start Accessing The Webapp
http://localhost:3000- Environment Variables: Ensure your .env file is correctly configured for Firebase and the GitHub API.
- GitHub API Usage: If the application requires access to the GitHub API, you may need to configure the GitHub access token in the .env file:
GITHUB_TOKEN=your_github_tokenFor support, email ikhwanul.ahsan@binus.ac.id or call +6285954636860
