chanchal16 / learnyst-todo

A simple todo app using react and redux-toolkit.

Home Page:https://learnyst-todo.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learnyst-todo

A simple todo app using react and redux-toolkit.

Demo

learnyst-todo

Features

  • Add/Edit/Delete Todo
  • Filter by active/complete/all

Getting Started

This project uses Vite as a build tool. To get a local copy up and running follow these simple steps.

Prerequisites

This project requires Node.js version >=14.0.0.

  • npm
     npm install npm@latest -g
    

Instructions

To run the project locally, follow these steps:

  1. Clone the repo

    git clone https://github.com/chanchal16/learnyst-todo.git
    
  2. Install NPM packages

    npm install
    
  3. Start dev server

    npm run dev
    

About

A simple todo app using react and redux-toolkit.

https://learnyst-todo.netlify.app/


Languages

Language:JavaScript 74.0%Language:CSS 22.5%Language:HTML 3.5%