An open API service indexing awesome lists of open source software.

https://github.com/ibrahimhiarea/todo-app

Simple React.js Vite todo app with basic functionality to add, delete, and view card details. Built for easy task management.
https://github.com/ibrahimhiarea/todo-app

css3 html5 javascript reactjs reduxtoolkit router-dom-v6 vite

Last synced: about 1 month ago
JSON representation

Simple React.js Vite todo app with basic functionality to add, delete, and view card details. Built for easy task management.

Awesome Lists containing this project

README

          

# React.js Vite Todo App

A simple todo application built with React.js and Vite. This app allows you to manage your daily tasks by providing a clean and intuitive user interface.

## Features

- Add Cards: Easily create new todo cards by providing a title and description.
- Delete Cards: Remove unwanted cards from the list with a single click.
- View Card Details: Get a detailed view of each card, including its title and description.

## Technologies Used

- React.js: A JavaScript library for building user interfaces.
- Vite: A fast and minimalist build tool for modern web development.
- Redux Toolkit : State Management

## Getting Started

To get a local copy of the project up and running, follow these steps:

1. Clone the repository: `https://github.com/IbrahimHiarea/Todo-app/tree/main`
2. Navigate to the project directory: `cd your-repo`
3. Install the dependencies: `npm install`
4. Start the development server: `npm run dev`