TODO List React Application

Installation and Launch

  1. Clone this repository.
  2. Navigate to the project directory.
  3. Run npm install to install dependencies.
  4. Run npm start to start the application.

Features

  • Fetches tasks from MockAPI.
  • Implements pagination for task display.
  • Allows CRUD operations for tasks.
  • Custom-designed UI for better user experience.
  • State management via Redux/Local Storage.

Folder Structure

  • src/
    • components/: Contains React components.
    • redux/: Redux-related files (if using Redux).

How to Use

  • Add tasks using the ‘Add Task’ button.
  • Mark the task as completed or delete using the appropriate buttons.
  • Navigate between pages using pagination.

Repository Link

Git repository link.

GitHub

View Github