Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 40 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,45 @@

# DynamicScheduler
[![Pytest](https://github.com/ChicoState/DynamicScheduler/actions/workflows/pytest.yml/badge.svg?branch=main&event=push)](https://github.com/ChicoState/DynamicScheduler/actions/workflows/pytest.yml)
[![Pylint](https://github.com/ChicoState/DynamicScheduler/actions/workflows/pylint.yml/badge.svg?event=push)](https://github.com/ChicoState/DynamicScheduler/actions/workflows/pylint.yml)
[![Cyclomatic Complexity Check](https://github.com/ChicoState/DynamicScheduler/actions/workflows/cyclomatic-complexity.yml/badge.svg?event=push)](https://github.com/ChicoState/DynamicScheduler/actions/workflows/cyclomatic-complexity.yml)

Ivan G.
Leo M.
Thomas D.
Alex L.
Logan W.
Our Dynamic Scheduler is a web based application built with Flask, Python, HTML, and CSS. It is designed to help you efficiently manage your time, tasks, and events with a scheduler that includes a month view, day view, and login page.

---

## Description

Dynamic Scheduler helps you:

- Manage your schedule with a dynamic month view.
- Plan your day with a detailed day view.
- Securely log in to access your personalized scheduler.

## Features

### Month View

- Get a comprehensive overview of your monthly schedule.
- Easily navigate between months.

### Day View

- Detailed view of your daily tasks and appointments.
- Add, edit, and delete tasks with ease.

### Login Page

- Secure login and authentication.
- Personalized scheduler based on user credentials.
- Source of the users.csv file: {https://github.com/shouldbee/reserved-usernames}

---

### Authors:

1. Leo Malinen
2. Thomas Devine
3. Ivan Gavrushenko
4. Alex Leonard
5. Logan Winn
Loading