This repository contains a single page application (SPA) built using React. The application serves as a simple to-do app where users can add, edit, and delete items from their to-do list.
Please visit https://todoapp7a.netlify.app/ to access the app.
Add Items: Users can add new items to their to-do list.
Edit Items: Users can edit existing items on their list.
Delete Items : Users can delete items from their list.
React : A JavaScript library for building user interfaces.
JavaScript: The programming language used for app functionality.
SCSS: For styling the application.