Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremytubongbanua/iec_2024
1st Place in IEC 2024's Programming Competition hosted by Ontario Tech's Engineering Society
https://github.com/jeremytubongbanua/iec_2024
Last synced: about 11 hours ago
JSON representation
1st Place in IEC 2024's Programming Competition hosted by Ontario Tech's Engineering Society
- Host: GitHub
- URL: https://github.com/jeremytubongbanua/iec_2024
- Owner: JeremyTubongbanua
- Created: 2024-11-04T15:36:08.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2024-11-04T15:45:25.000Z (3 days ago)
- Last Synced: 2024-11-04T16:38:22.233Z (3 days ago)
- Language: JavaScript
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taskly
The goal of taskly is to allow managers to create tasks without having to think about assigning them to certain employees.
The manager just needs to create a task.
Then the employees are assigned optimally.
## Home Page
![alt text](image-2.png)
## Dashboard Page
![alt text](image-3.png)
## Employee Dashboard
![alt text](image-4.png)
## Manager Dashboard
![alt text](image.png)
## Running it
Frontend:
```bash
npm i && npm run dev
```Backend:
```bash
pip3 install flask flask_cors
cd backend
python3 server.py
```