https://github.com/creator79/assingment
This Task Mangement app assingment by AulaCube
https://github.com/creator79/assingment
Last synced: about 1 month ago
JSON representation
This Task Mangement app assingment by AulaCube
- Host: GitHub
- URL: https://github.com/creator79/assingment
- Owner: creator79
- Created: 2023-11-29T10:18:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T10:37:38.000Z (over 2 years ago)
- Last Synced: 2025-12-08T09:50:58.855Z (7 months ago)
- Language: JavaScript
- Homepage: https://assingment-ivory.vercel.app
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
   
## About The Project

## Task Manager Application with React
`This project is a Task Management Application built with React. The application allows users to manage tasks by adding, editing, deleting, and marking tasks as completed. The project includes several components such as Task List, Add Task Modal/Form, and Edit Task Modal/Form, providing a user-friendly and visually appealing interface.`
## Built With
- Reactjs
- Sass
- Vitejs
## Feature of Project
- Add Task
- Edit Task
- Delete Task
- Set Upto Completion Timing
- CheckBox for Completed Task
- StrikeThrough for completed Task
- Sorting The Task by Priority
- Seprated List for Complete Task
- Use Of Local Storage
- Use of useReducer for State Management
- Change Theme Mode
## Working Vedio
![Loom Vedio ]https://www.loom.com/share/4f4cdbf731a0461e8cbee34d4250c624?sid=b7ee5643-0b2d-408b-978f-790f94380eb8
### Creating A Pull Request
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## Project Setup
- Clone This repo ``
- Do npm install
- npm run dev
## Project Setup
Follow these steps to set up and run the project:
- Clone Repository:
`Clone this repository using the following command:
bash
Copy code
git clone `https://github.com/creator79/assingment.git`
Install Dependencies:`
- Navigate to the project directory.
Run the following command to install project dependencies:
bash
Copy code
npm install
Run Development Server:
- After installing dependencies, start the development server with:
`bash
Copy code
npm run dev
Access the Application:`
Open your web browser and go to the specified address (usually http://localhost:5173/) to access the application.
## License
Distributed under the MIT License. See [LICENSE](https://github.com/ShaanCoding/ReadME-Generator/blob/main/LICENSE.md) for more information.