TODO-USING-REDUX

Stars
0
Committers
1

LINK: https://todo-using-redux-in2k.vercel.app/

Todo Application - Frontend

Welcome to the frontend of the Todo Application. This project allows users to manage their tasks efficiently. Users can add, update, and delete tasks using this interface.

Features

  • Add Todo: Users can input new tasks and add them to their list.
  • Update Todo: Users can edit the title of existing tasks.
  • Delete Todo: Users can remove tasks from their list.
  • Responsive Design: The interface is designed to work seamlessly on various devices.

Technologies Used

  • React.js: JavaScript library for building user interfaces.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • Redux Toolkit: For state management and handling side effects.

Getting Started

Prerequisites

  • Node.js (version 14 or higher)
  • npm (version 6 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/todo-application-frontend.git
    
  2. Navigate to the project directory:

    cd todo-application-frontend
    
  3. Install the dependencies:

    npm install
    

##Running the Application

npm run dev