A simple Notes App built with React for learning and exploring basic React concepts. This project allows users to create and delete notes with both light and dark themes.
- Create Notes: Easily add new notes with titles and content.
- Delete Notes: Remove notes from the app as needed.
- Light & Dark Themes: Toggle between light and dark mode to suit your preferences.
- Responsive Design: The app works seamlessly across different screen sizes and devices.
- HTML: For building the web site structure
- React: For building the user interface and managing state.
- CSS: For styling the components and providing light/dark themes.
This project was built with inspiration and code from Chris Blakely. I have modified the original code to suit my learning and experimentation needs.

