Setup
-
Clone this repository
git clone https://github.com/knileshh/ReactReduxToDo.git
-
cd into the cloned directory
cd ReactReduxToDo
-
run npm install
npm install
-
now run
npm run dev
-
The above command will start the Vite development server and your application will be accessible at
http://localhost:5173
(or the URL provided by Vite in the terminal output).
- Developed a basic To-Do application using ReactJS, Redux for state management, and Tailwind CSS for styling.
- Implemented core features like adding, viewing, deleting, and marking tasks as completed.
- Utilized React hooks, functional components, and Redux actions/reducers for state management.
- BONUS: Incorporated persistent storage using localStorage to save tasks between page reloads.
- Styled the application with Tailwind CSS utility classes for a clean and visually appealing design.