- Clone this repository.
- Navigate to the project directory.
- Run
npm install
to install dependencies. - Run
npm start
to start the application.
- 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.
src/
components/
: Contains React components.redux/
: Redux-related files (if using Redux).utils/
: Utility functions.
- Add tasks using the 'Add' button.
- Mark the task as completed or delete using the appropriate buttons.
- Navigate between pages using pagination.