Skip to content

lazar-savko/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager with JSON Storage and Unsplash Integration

A simple command-line task manager that stores tasks in a JSON file and integrates with Unsplash API to fetch related images for tasks. Live demo here.

Table of Contents

General Info

This project is a command-line application designed to help users manage their tasks efficiently. The tasks are stored in a JSON file, making it easy to save and retrieve them. Additionally, the project uses the Unsplash API to fetch relevant images for each task, making the task list more visually appealing when generating HTML output.

What problem does it solve?

It provides a simple, offline way to manage tasks with a unique feature of fetching related images from Unsplash.

Purpose of the project

The purpose is to offer an easy-to-use task management tool that integrates with external APIs for enhanced functionality.

Why undertake it?

To explore the integration of file storage and external API usage in a Python project, and to provide a useful tool for managing tasks.

Technologies Used

  • Python - version 3.8+
  • Requests - version 2.25.1
  • JSON

Features

  • Add, complete, delete, and update tasks
  • Fetch related images from Unsplash for tasks
  • Generate HTML file with task list and images

Screenshots

Example Screenshot

Setup

Requirements

  • Python 3.8+
  • requests library

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/task-manager.git

Task Manager is a group project for a task management tool.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors