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.
- 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.
Check out the live website: Resume Advice Website
- AngularJS 1.8.2
- Bootstrap 5.3.3
- HTML5
- CSS3
-
Clone this repository:
git clone https://github.com/ramhaidar/resume-advice.git
-
Open the
index.html
file in a web browser. -
Alternatively, you can serve the page using any static server like Python or Node.js.
# Python 3
python -m http.server 8000
Install http-server
:
npm install -g http-server
Run http-server
:
http-server .
Then, visit http://localhost:8000
to see the website locally.
- Go to the repository settings.
- Scroll down to the GitHub Pages section.
- Under "Source," select main branch, and set the root to
/root
. - Save the changes. The website should be live at
https://<your-github-username>.github.io/<repository-name>/
.
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.
This project is licensed under the MIT License - see the LICENSE file for details.
Source: Reddit || Author: FinalDraftResumes