evgomes / react-task-management

Simple task management application built with React.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasks Management App

Simple task management application built with React.js.

Technologies

The application is built using the following technologies:

How to Run the Application

You need Node.js installed on your machine to run the application. After installing it, open the application on terminal or command prompt and run the following commands:

npm install
npm run start

Navigate to http://localhost:3000 to see the application.

To run tests, run the command npm run test. There are tests for the main features of the application.

Main view Home Page

Add task dialog Add Task

Edit task dialog Edit Task

Delete task dialog Delete Task

Features

The application renders a Kanban structure with three columns: To Do, Doing, and Done. You can add tasks to each columns. You can also visualize and edit tasks by clicking in the task name or description. You can also delete tasks from each column.

In future versions, it will be possible to drag and drop tasks between columns.

About

Simple task management application built with React.js.


Languages

Language:JavaScript 95.8%Language:CSS 2.4%Language:HTML 1.8%