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

https://github.com/eujinnlucashow/todo-app

📝 TODO List
https://github.com/eujinnlucashow/todo-app

axios crud-operation mockapi react react-toastify redux redux-persist

Last synced: 4 months ago
JSON representation

📝 TODO List

Awesome Lists containing this project

README

          

# 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).
- `utils/`: Utility functions.

## How to Use

- Add tasks using the 'Add' button.
- Mark the task as completed or delete using the appropriate buttons.
- Navigate between pages using pagination.

## Repository Link

[Git repository link.](https://github.com/EuJinnLucaShow/todo-app)