Description:
The "Random Weekly Task Assignment Web App" is a simple web application that automates the random assignment of tasks to team members on a weekly basis. Users can input the list of team members (executives) and the days of the week, and the app will generate a schedule that assigns each executive to a specific day. This app is built using React for the frontend and is deployed using Vercel, making it easily accessible on the web.
Key Features:
User-friendly interface: Input the list of executives and weekdays in a user-friendly format.
Random assignment: The app shuffles the list of executives and assigns them to weekdays randomly.
Dynamic display: The generated schedule is displayed in real-time, making it easy to see the weekly task assignments.
Easy deployment: The app is deployed using Vercel, providing a simple and quick way to make it accessible online.
Technology Stack:
Frontend: React
Version Control: GitHub
How It Links to GitHub:
The project is hosted on GitHub, which serves as the version control repository for the codebase. GitHub allows collaborative development, issue tracking, and easy sharing of the project with others. Developers can clone the repository, make changes, and submit pull requests to contribute to the project. GitHub also provides a convenient way to host the app's source code, making it accessible to a wider community of developers and users.