Sticky Notes App is an interactive web application built with React and Vite, providing a colorful and dynamic sticky note dashboard. This application allows users to create, modify, and delete notes, all displayed in a masonry layout. The app integrates with MockAPI for CRUD operations, and it uses Redux for state management and Axios for HTTP requests. The app is deployed on Netlify for easy access and demonstration.
- React: JavaScript library for building user interfaces.
- Vite: A modern build tool that provides fast development with HMR (Hot Module Replacement).
- Redux: A state management library to handle the state of the application, making the app scalable and easier to manage.
- Axios: Promise-based HTTP client used for making API requests.
- MockAPI: A free API service to simulate the backend and store data persistently.
- Netlify: A platform for deploying web applications.
Check out the live demo of the app here: Sticky Notes App - Netlify
