A simple and interactive Resume Builder built with React, allowing users to dynamically add, edit, and remove educational and work experience details.
- Add, edit, and delete education and experience entries.
- Live preview of the resume while editing.
- Responsive and modern UI.
- Background blur effect for better user focus.
- React – For building UI components.
- React Hooks (
useState
,useEffect
) – For managing state and side effects. - CSS (Flexbox & Grid) – For styling and layout.
- vite – For module bundling and transpilation.