charansuneel / Task-Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Manager

This is a simple react based ui project for managing the tasks. You can check here (https://github.com/charansuneel/Java-Rest-Api) for backend code.

Requirments

  1. React js
  2. CSS

How to run

  1. Open the current working directory and in terminal type npm start and execute.

  2. Paste the url (http://localhost:3000/) in browser.

    Screenshot (26)

  3. You can enter all details and create a task by clicking addtask button.

    Screenshot (30)

    Screenshot (31)

  4. Search the tasks by typing the part of task name (substring) in search bar.

    Screenshot (32)

You can edit or delete the the task here.

  1. Get the top 10 tasks by assignee name in sorted order.

    Screenshot (33)

  2. Get all tasks by clicking get all task button.

    Screenshot (34)

About


Languages

Language:JavaScript 84.8%Language:HTML 12.5%Language:CSS 2.7%