|
|
This is an Excel (.XLSX) generator created for BSLC (Binus Student Learning Community).
It aims to automate the previously manual process of creating a progress tracker for BSLC's events. The intended users are project managers of the events, but the generated file will be used by all of BSLC members to track deadlines during an event planning.
You are free to use the service here.
/
├── client/ # React frontend using Vite
├── server/ # Express backend
├── package.json
├── package-lock.json
├── vercel.json
├── .gitignore
├── README.md
└── LICENSE
- User specifies the event name and the divisions that will be involved in the event planning.
- User chooses one of the templates available.
- Backend processes the request and the user will be prompted to wait.
- Once the Excel (.xlsx) is created, the file will automatically be downloaded to the user's Downloads folder.
- User can simply click on a button to create another sheet if needed.
The whole process takes approximately 30 seconds.
- Backend: Express
- Frontend: React + Vite
- Deployment: Vercel
-
Install dependencies:
cd client && npm install cd ../server && npm install cd ..
-
Install root dev dependencies:
npm install
-
Start development servers:
npm run dev
| Role | Name |
|---|---|
| Project Manager | Gifta |
| Figma Designer | Selina |
| Frontend Developer | Yimei, Gifta |
| Backend Developer | Danil, Alwan |
This project is licensed under the terms of the MIT license.

