Skip to content

Welcome to the Interactive Resume Template, a project by Web Hoodlums! This tool empowers users to effortlessly generate their resumes with various design templates. Users can choose a template, provide input through a user-friendly form, and then download the generated resume.

Notifications You must be signed in to change notification settings

Sarika362/Web-Hoodlums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💼 Interactive Resume Template Website by Web Hoodlums

Welcome to the Interactive Resume Template, a project by Web Hoodlums! This tool empowers users to effortlessly generate resumes with various design templates. Users can select a template, provide their information through a user-friendly form, and download their personalized resume in PDF format. 🎉


📛 Project Title

Web Hoodlums - Interactive Resume Template


📄 Project Description

Welcome to Web Hoodlums' Interactive Resume Template project! This web application enables users to create personalized resumes using a range of professionally designed templates. The app allows users to:

  • Sign up
  • Log in
  • Choose a template
  • Fill in personal details through an intuitive form
  • Generate a downloadable resume in PDF format

It’s simple, interactive, and makes professional resume creation easier than ever!


🌟 Key Features

  • User-Friendly Interface: The resume template boasts an intuitive and aesthetically pleasing interface, ensuring an enjoyable user experience. Navigation through sections and information is seamless, making it easy for both creators and viewers.

  • Interactive Elements: Infuse life into your resume with interactive elements such as clickable buttons, animated graphics, and dynamic transitions. Showcase skills, experiences, and achievements in a visually appealing manner to captivate potential employers.

  • Customization Options: The template offers a high degree of customization, allowing users to personalize their resumes to reflect their unique personalities and professional styles. Tailor fonts, colors, and layouts to create a distinctive and memorable impression.

  • Responsive Design: Ensure accessibility across various devices with a responsive design that adapts seamlessly to desktops, tablets, and mobile phones. Your interactive resume will look stunning and function flawlessly, regardless of the screen size.

  • Collaborative Editing: Collaborate with team members or mentors through real-time editing features, facilitating a collective effort to create polished and comprehensive resumes.

  • Portfolio Integration: Elevate your resume by incorporating a portfolio section where users can showcase projects, achievements, and other relevant materials. Integration with external platforms and social media profiles provides a holistic view of the user's professional journey.

  • SEO Optimization: Enhance online visibility by implementing search engine optimization (SEO) best practices, ensuring that your interactive resume stands out in online searches.

  • Tech Stack: The project utilizes cutting-edge web technologies such as HTML5, CSS3, JavaScript, and potentially integrates with backend technologies for enhanced functionality.


💻 Technologies Used

  • Frontend:
    • HTML
    • CSS
    • JavaScript
  • Backend:
    • Django (for user authentication and database functionality)
    • SQLite (for database storage)

📂 Project Structure

Web Hoodlums
├── WebHoodlums
│   ├── migrations
│   │   └── __pycache__ 📦
│   ├── static
│   │   ├── css
│   │   │   ├── resumestyles1.css 🎨
│   │   │   ├── resumestyles2.css 🎨
│   │   │   ├── resumestyles3.css 🎨
│   │   │   ├── resumestyles4.css 🎨
│   │   │   └── style.css 🎨
│   │   ├── images
│   │   │   │   ├── BG Attribute1.png 🖼️
│   │   │   │   ├── BG Attribute2.png 🖼️
│   │   │   │   ├── BG Attribute3.png 🖼️
│   │   │   │   ├── Fazz.jpg 🖼️
│   │   │   │   ├── Sarika.jpg 🖼️
│   │   │   │   ├── Shashank.jpg 🖼️
│   │   │   │   ├── Template1.jpg 🖼️
│   │   │   │   ├── Template2.jpg 🖼️
│   │   │   │   ├── Template3.jpg 🖼️
│   │   │   │   ├── Template4.jpg 🖼️
│   │   │   │   ├── Vaishnavi.jpg 🖼️
│   │   │   │   ├── icc.ico 🖼️
│   │   │   │   ├── image.png 🖼️
│   │   │   │   ├── moo.JPG 🖼️
│   │   │   │   └── ulfath.jpg 🖼️
│   │   │   ├── js
│   │   │   │   ├── html2pdf.bundle.min.js 🖥
│   │   │   │   └── script.js 🖥
│   │   ├── templates
│   │   │   ├── FORM1.html 📄
│   │   │   ├── FORM2.html 📄
│   │   │   ├── FORM3.html 📄
│   │   │   ├── FORM4.html 📄
│   │   │   ├── OurTeam.html 👥
│   │   │   ├── home.html 🏠
│   │   │   ├── login.html 🔐
│   │   │   ├── resume1.html 📄
│   │   │   ├── resume2.html 📄
│   │   │   ├── resume3.html 📄
│   │   │   ├── resume4.html 📄
│   │   │   └── signup.html 📝
│   │   ├── __init__.py 🐍
│   │   ├── admin.py 🧑‍💼
│   │   ├── apps.py 📦
│   │   ├── forms.py 📝
│   │   ├── models.py 🗄
│   │   ├── tests.py 🧪
│   │   ├── urls.py 🌐
│   │   ├── views.py 👁️
├── backend
│   │   ├── init.py 🐍
│   │   ├── asgi.py 🌀
│   │   ├── settings.py ⚙️
│   │   ├── urls.py 🌐
│   │   ├── wsgi.py 🌐
│   ├── db.sqlite3 🗃️
│   └── manage.py 🛠️
└── README.md 📜
    

🚀 Running the Project Locally

Clone the Repository

git clone https://github.com/Sarika362/Web-Hoodlums.git
cd Interactive-Resume-Template

To run the project locally, follow these steps:

  1. Change Directory to the Project Folder:

    cd WebHoodlums
  2. Run the Server:

    python manage.py runserver
  3. Open Your Web Browser: Use the link generated to access the website.

Access the application at http://127.0.0.1:8000/.


👥 Contributors

This project was developed by the following Web Hoodlums team members:

  • Sarika M N
  • Shashank B R
  • Faza Ulfath
  • Vaishnavi K S

🌐 Live Website

Check out the live version of the project here:
Interactive Resume Template Website


🎨 Figma Design

Explore the design concept on Figma:
Web Hoodlums Figma Link


🙏 Acknowledgements

  • Django documentation and community for support.
  • Bootstrap for the styling framework.
  • All contributors and supporters.

📝 Conclusion

The Interactive Resume Template developed by Team Web Hoodlums is not just a document, it's an experience. With a perfect blend of creativity, functionality, and modern design, this project aims to redefine how individuals present themselves in the digital age. Whether you are a seasoned professional or just starting your career, our interactive resume template provides a unique and effective way to leave a lasting impression on potential employers.


About

Welcome to the Interactive Resume Template, a project by Web Hoodlums! This tool empowers users to effortlessly generate their resumes with various design templates. Users can choose a template, provide input through a user-friendly form, and then download the generated resume.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published