An open API service indexing awesome lists of open source software.

https://github.com/harrystaley/fend_resume

This repository contains a project for building a professional resume using HTML, CSS, and JavaScript as part of the Udacity Front-End Nanodegree. It includes structured learning resources and scripts to automate the creation and styling of your resume.
https://github.com/harrystaley/fend_resume

css design frontend html javascript js layout markup nanodegree node resume styles udacity web

Last synced: 2 months ago
JSON representation

This repository contains a project for building a professional resume using HTML, CSS, and JavaScript as part of the Udacity Front-End Nanodegree. It includes structured learning resources and scripts to automate the creation and styling of your resume.

Awesome Lists containing this project

README

          

# 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:

1. **Clone the repository:**
```bash
git clone https://github.com/your-username/FEND_Resume.git
```
2. **Navigate to the project directory:**
```bash
cd FEND_Resume
```
3. **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:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add some feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Create a new Pull Request.

Please make sure your contributions adhere to best practices for web development and are properly tested.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details. This means you are free to use, modify, and distribute the project as long as you include the original license.

---

For more details on the Udacity Front-End Nanodegree and other projects, please visit [Udacity's website](https://www.udacity.com/course/front-end-web-developer-nanodegree--nd0011).