Skip to content

This is a React Todo application built using React and Tailwind CSS. Features include the ability to create, update, and delete todo items, making task management a breeze. With its clean and intuitive design, it's easy to stay organized and on top of your tasks.

Notifications You must be signed in to change notification settings

kajal-rekha/react-todo-app

Repository files navigation

React Todo App

A simple Todo application built with React and Tailwind CSS.

Project Description

This project is a simple Todo application that allows you to keep track of your tasks. You can add tasks, mark them as complete, and delete them. This project is only applicable to the front end and utilizes the React framework and the Tailwind CSS library for styling. It uses the following API endpoint for fetching and manipulating data:

You can find the source code for the API server at the following GitHub repository:

Project Features

Features

  • Proper Handling of Async Actions for CRUD:Ensures proper handling of asynchronous actions for Create, Read, Update, and Delete operations.
  • Seamless Integration with JSON Server: Integration with a JSON server for smooth data handling and management.
  • Seamless Task Retrieval from Local Storage: Tasks are seamlessly retrieved from the client's local storage for quick access and persistence.

Tools

React, Twilwind CSS

Installation

  1. Clone this repository

git clone https://github.com/kajal-rekha/react-todo-app.git

  1. Navigate to the project directory

cd react-todo-app

  1. Install dependencies

npm install

  1. Start the development server

npm start

Conclusion

This project is a simple Todo application that serves as a great starting point for anyone looking to get into React development. It utilizes the power of the React framework and the simplicity of Tailwind CSS to create a responsive and user-friendly application.

About

This is a React Todo application built using React and Tailwind CSS. Features include the ability to create, update, and delete todo items, making task management a breeze. With its clean and intuitive design, it's easy to stay organized and on top of your tasks.

Topics

Resources

Stars

Watchers

Forks