Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```