Menu Close

Todo-Redux-App

Redux Todo App

This is a Redux Todo App application built using ReactJS and Redux Tool Kit. The application allows users to add, edit and delete tasks.

Installation

  • Install dependencies
    npm install
  • Start the Application
    npm run dev

Features

The Snapchat clone application includes the following features:

  • User authentication using Redux Toolkit
  • CRUD Operation on the tasks.
  • The todo app includes a protected route feature that prevents unauthorized access to certain pages.
  • User will be redirected to login page if they try to access ‘/todo’ URL.
View Source Code
Posted in Development