React Contact App is a frontend contact-list project built with React and Vite.
- Contact list UI
- Contact input form
- Contact item cards with image support
- Delete contact interaction
- Component-based React structure
- React
- Vite
- JavaScript
- CSS
src/
components/ Contact app UI components
utils/data.js Initial contact data
styles/style.css App styling
https://react-projects-weld-alpha.vercel.app
This repository is a frontend learning project focused on component composition, props, state, and basic interaction patterns in React.