Live Demo: Click Here
A Complete ReactJS application.
Made By J Gaurav Varma
Task Tracker is a hybrid planner designed to streamline the management of your recurring activities. By merging the functionalities of a planner and a weather tracker, it provides a centralized platform for organizing all your tasks efficiently.
- Achieved Objective: Created a fundamental To-Do application designed to organize daily tasks effectively, ensuring users never overlook their responsibilities.
- Employed React Hooks for seamless rendering of task fields based on user input, enabling actions such as task deletion, addition, viewing, and adjusting priority by repositioning within the list.
- Implemented local storage to maintain task data and authentication status across browser sessions, enhancing data persistence.
- Incorporated Redux for robust state management and asynchronous API fetching, ensuring smooth data retrieval and effective state handling, including authentication on the login page, securing the application from the outset.
- Successfully integrated weather display functionality for users needing to venture out to complete tasks. Employed simple CSS for comprehensive application styling, ensuring responsiveness and improving user experience.
- Overall, the application boasts multiple features and maintains smooth code flow across all components, offering comprehensive functionality and precise execution.
- ReactJS
- CSS
- Redux
Clone the project to run it locally
git clone https://github.com/GauravOOO2/To-Do-Buddy.git
Install all the necessary dependencies
npm install
Go to the project directory
cd To-Do-Buddy
Start the server
npm start
- VS Code