https://github.com/devsquad-santandercoders/resume-project
https://github.com/devsquad-santandercoders/resume-project
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devsquad-santandercoders/resume-project
- Owner: DevSquad-SantanderCoders
- License: mit
- Created: 2023-10-19T20:05:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T00:33:03.000Z (over 2 years ago)
- Last Synced: 2025-01-24T02:32:21.416Z (over 1 year ago)
- Language: TypeScript
- Size: 1.71 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
#
RESUME PROJECT
## Description 📚
This is the final project of the Angular Framework I module of the Santander Coders program. The project consists of a web application that displays the interface of a resume containing all the information of a specific candidate, including the ability to upload a photo stored on the user's machine. Additionally, there is the possibility to get in touch through a form that validates the entered data. We used HTML, SCSS, Bootstrap, Typescript, and Angular to create the interface and interactivity of the application. The concept of componentization, Input and Output, custom directive, custom pipe, and validated form were used. Project versioning was done using Git and Github, allowing each group member to contribute and track changes.
## Technologies Used 🚀
- HTML
- SCSS
- Bootstrap
- Typescript
- Angular
- Git e Github
## Main Features 🌟
- Candidate photo editing;
- Sending validated information to get in touch;
- Hover effects on interactive elements;
- Custom directives and pipes;
- Use of Input and Output;
## Installation 🔧
To run this project locally, follow these steps:
1. Clone this repository:
```bash
git clone https://github.com/DevSquad-SantanderCoders/resume-project.git
```
2. Navigate to the directory:
```bash
cd resume-project
```
3. Install the dependencies using npm:
```bash
npm install
```
## Execution ▶
To start the project, run the following command:
```bash
ng serve
```
## Preview
Default
Chosen Photo
Footer
Dialog Form
Dialog Form - Required Validation
Dialog Form - Custom Validation
Dialog Form - Activation of shipment
Dialog Form - Sent data
Dialog Devs
## Authors 👩🏻💻👨🏻💻
- [Jamyle Layla](https://github.com/JamyleTeles)
- [Juan Salles](https://github.com/JuanSalles)
- [Matheus Holanda](https://github.com/MMatheus-Holanda)
- [Thayza Oliveira](https://github.com/tthayza)