Mas-Pey/automatic-scheduling-app — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple web app for managing employee schedules automatically. I want to be able to add, edit, and delete employees, set their available hours and maximum weekly hours, then generate a monthly schedule with shifts filled in for each day.

The app should show the schedule clearly in a calendar or table view, and also give me weekly and monthly summaries so I can see how many hours each employee is working. Please flag anyone who is overworked or goes past their weekly limit.

Use a React frontend with TypeScript and Tailwind so it looks clean and easy to use. Use a Node backend with a small SQLite database to store employees and scheduling data. Keep the interface simple, like something a small business manager could use without training.

Please include basic setup instructions and make sure both the frontend and backend run locally. Look up current docs online if you need to.

Want more depth? Deep Reverse