Dynamic Appointment Management : Start with an empty list and input fields for title and date. As users add details and click "Add," appointments are dynamically listed, ensuring inputs reset to blank. Star Feature : Enable users to highlight important appointments by toggling the Star icon for each entry. Starred Filter : Offer a "Starred" filter button to display only starred appointments when active, and the full list when inactive. Stateful Interactions : Utilize React state to manage appointment data, starred statuses, and filter toggling seamlessly. Clean Design : Focus on intuitive UI/UX for better user engagement while maintaining functionality and responsiveness. GIT: https://github.com/Harishma58/Appointments
The Projects Practiced app highlights the power of React.js with its ability to create dynamic and responsive user interfaces. Initially, it fetches and displays all projects, ensuring smooth loading with a spinner. Users can select categories, and the app dynamically updates the project list via API calls. This project showcases how React.js handles static layouts, responsive design, and real-time updates effectively. GIT: https://github.com/Harishma58/Projects