Skip to content

A simple and interactive resume advice website with AngularJS and Bootstrap integration, showcasing common resume mistakes and how to fix them.

License

Notifications You must be signed in to change notification settings

ramhaidar/resume-advice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Resume Advice Website

This is a simple, interactive website that shares professional resume advice, highlighting the most common mistakes people make when writing resumes and how to fix them. The website is built using AngularJS for dynamic interactivity and Bootstrap 5 for responsive design.

The site can be viewed on GitHub Pages here.

Features

  • AngularJS for dynamic content and interactivity.
  • Bootstrap 5 for responsive layout and styling.
  • Highlights resume mistakes and provides detailed explanations for each.
  • Search functionality to quickly filter common resume mistakes.
  • Toggle feature to show/hide detailed explanations.

Demo

Check out the live website: Resume Advice Website

Technologies Used

  • AngularJS 1.8.2
  • Bootstrap 5.3.3
  • HTML5
  • CSS3

How to Run Locally

  1. Clone this repository:

    git clone https://github.com/ramhaidar/resume-advice.git
  2. Open the index.html file in a web browser.

  3. Alternatively, you can serve the page using any static server like Python or Node.js.

Using Python:

# Python 3
python -m http.server 8000

Using Node.js:

Install http-server:

npm install -g http-server

Run http-server:

http-server .

Then, visit http://localhost:8000 to see the website locally.

How to Deploy to GitHub Pages

  1. Go to the repository settings.
  2. Scroll down to the GitHub Pages section.
  3. Under "Source," select main branch, and set the root to /root.
  4. Save the changes. The website should be live at https://<your-github-username>.github.io/<repository-name>/.

Contributing

If you'd like to contribute, feel free to fork the repository, make your changes, and submit a pull request. You can also report any issues you find on the issues page.

License

This project is licensed under the MIT License - see the LICENSE file for details.



Source: Reddit || Author: FinalDraftResumes

About

A simple and interactive resume advice website with AngularJS and Bootstrap integration, showcasing common resume mistakes and how to fix them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages