To do list based on github repository issues This project is a ToDo application built with React and TypeScript, using Redux for state management. It is a single page application which provides basic functionality of drag and dpopping elements of to do lists.
- Load tasks from github repository
- Drag and drop task to reorder
- Saving user information to local storage
- React.js
- TypeScript
- Redux Toolkit
- Vite.js
- react-beautiful-dnd for drag and drop functionality
- Bootstrap for styling
To set up this project locally, you'll need Node.js and npm installed.
-
Clone this repository: git clone https://github.com/yourusername/to-do-git.git
-
Navigate to the project directory: cd to-do-git
-
Install the dependencies: npm install
You can view a live demo of the application at https://volodymyrr-tech.github.io/to-do-git.