An app started as a Hackathon project at SDWorx Mauritius. The basic funtionality was to implement a seat booking for the over populated employees. Finally this is going to be built as a full fledged employee dashboard which manages the hybrid work environment for mostly tech companies.
Frontend:
- Next JS 13
- HTML/CSS
- Styled Components
Server Side:
- Express JS
- Node JS
Database:
- Mongo DB
Figma design file : https://www.figma.com/file/DUfeNnjpDxjV0YnVvAU06C/web-sd-worx?type=design&node-id=0%3A1&mode=design&t=xGW80OEQGpz06D1c-1
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.