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
- Host: GitHub
- URL: https://github.com/eujinnlucashow/todo-app
- Owner: EuJinnLucaShow
- Created: 2023-11-25T18:09:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T21:45:29.000Z (over 1 year ago)
- Last Synced: 2025-06-20T05:08:21.071Z (4 months ago)
- Topics: axios, crud-operation, mockapi, react, react-toastify, redux, redux-persist
- Language: JavaScript
- Homepage: https://eujinnlucashow.github.io/todo-app/
- Size: 9.52 MB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)