A simple Todo application built with React and Tailwind CSS.
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:
- API Endpoint: https://leaf-hulking-circle.glitch.me/tasks
You can find the source code for the API server at the following GitHub repository:
- 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.
React, Twilwind CSS
- Clone this repository
git clone https://github.com/kajal-rekha/react-todo-app.git
- Navigate to the project directory
cd react-todo-app
- Install dependencies
npm install
- Start the development server
npm start
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.