FEND_Resume
Overview
The FEND_Resume repository is part of the Udacity Front-End Nanodegree program. It is designed to help learners build a professional resume using web technologies such as HTML, CSS, and JavaScript. The project not only focuses on the fundamentals of web design and development but also emphasizes the importance of a visually appealing and structured resume.
Project Structure
The repository is organized as follows:
index.html: The main HTML document that serves as the entry point of the resume.
css/: This directory contains the CSS files that style the resume.
main.css: The primary stylesheet for the resume.
js/: This directory holds JavaScript files that add interactivity to the resume.
resumeBuilder.js: Contains the logic to dynamically build the resume content.
assets/: Contains images and other assets used by the resume.
docs/: Documentation related to the project, including guidelines and references.
Setup and Installation
To get started with the FEND_Resume project, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/FEND_Resume.git
- Navigate to the project directory:
cd FEND_Resume
- Open the
index.html in a web browser to view the resume.
Dependencies
This project primarily uses vanilla HTML, CSS, and JavaScript. However, it is recommended to have the latest version of a modern web browser such as Google Chrome, Mozilla Firefox, or Microsoft Edge for the best viewing experience.
Usage
To use this project, simply open the index.html file in a web browser. If you wish to customize the resume:
- Edit the
index.html to change the structure of the resume.
- Modify the
css/main.css to alter the design and layout.
- Update
js/resumeBuilder.js to adjust the content dynamically loaded into the resume.
Contributing
Contributions to the FEND_Resume project are welcome. If you have suggestions to improve or add new features, please follow these steps: