📝Resume Builder – Local Web Application A clean, modern, and fully frontend Resume Builder web application that allows users to create professional, ATS-friendly resumes with a live preview and local data persistence — built using only HTML, CSS, and Vanilla JavaScript. This project is designed to demonstrate strong frontend fundamentals, UI/UX thinking, and production-ready structure without relying on frameworks or backend services.
🎯Structured resume input form
- Sections include:
- Personal Information
- Professional Summary
- Education
- Skills
- Experience / Projects
- Achievements / Certifications
- Auto-save functionality per user
📖 Table of Contents ├── index.html ├── style.css ├── auth.js ├── resume.js ├── storage.js ├── theme.js └── README.md
🛠️ Tech Stack
- HTML5 – semantic structure
- CSS3 – responsive layout, theming, print styles
- Vanilla JavaScript – DOM manipulation, state handling, storage
- Authentication is frontend-only
- Data is stored per browser/device
- No cloud sync or multi-device support These constraints are intentional to keep the project framework-free and focused on frontend architecture.
👩💻 Author
Stuti Tiwari
Bachelor of Computer Applications (BCA), 2025
Frontend Development | UI/UX | Web Applications
📜 License This project is open-source and free to use for learning and portfolio purposes.