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.
- Host: GitHub
- URL: https://github.com/ibrahimhiarea/todo-app
- Owner: IbrahimHiarea
- Created: 2023-10-17T20:05:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T20:56:17.000Z (over 2 years ago)
- Last Synced: 2025-05-30T23:14:59.875Z (about 1 year ago)
- Topics: css3, html5, javascript, reactjs, reduxtoolkit, router-dom-v6, vite
- Language: JavaScript
- Homepage: https://ibrahimhiarea.github.io/Todo-app/
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`