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

https://github.com/joshy180696/taskmanagerdashboard

Frontend for Task Manager Interface with HTML, CSS and JavaScript
https://github.com/joshy180696/taskmanagerdashboard

aspnet-core dotnet github-pages html-css-javascript render sqlite task-management

Last synced: 2 months ago
JSON representation

Frontend for Task Manager Interface with HTML, CSS and JavaScript

Awesome Lists containing this project

README

          

# Task Manager App

A simple task management application built with HTML, CSS, JavaScript, and C# ASP.NET Core. Users can create, update, and delete tasks, with data persisted in a SQLite database.
This project showcases full-stack development skills, including containerization with Docker and deployment on free-tier hosting services with Render.

## Technologies Used
- **Frontend**: HTML, CSS, JavaScript
- **Backend**: C# with ASP.NET Core
- **Database**: SQLite
- **Containerization**: Docker
- **Deployment**: GitHub Pages (Frontend), Render (Backend)

## Features
- Add tasks with title, description, due date, and status
- View, update, and delete tasks
- Responsive design

## Live Demo
- **Frontend**: [https://yourusername.github.io/TaskManagerDashboard](https://Joshy180696.github.io/TaskManagerDashboard)
- **Backend API**: [https://taskmanagerapi-ni9m.onrender.com](https://taskmanagerapi-ni9m.onrender.com)