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

https://github.com/wilsonsouto/portfolio

Portfolio showcasing my experience, education, projects, and socials.
https://github.com/wilsonsouto/portfolio

angular curriculum-vitae html portfolio tailwindcss typescript

Last synced: 4 months ago
JSON representation

Portfolio showcasing my experience, education, projects, and socials.

Awesome Lists containing this project

README

          

 

Portfolio

GitHub Top Language Badge

GitHub Language Count Badge

GitHub Repository Size Badge

Github License Badge


About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About

👋 Welcome to my portfolio! This space showcases my journey as a developer, offering insight into my skills, projects, and professional experiences. Here, you can discover my background and the technologies I work with. Whether you're here to explore my projects or to connect, I'm excited to share my growth and contributions in the tech industry.

## :sparkles: Features

:heavy_check_mark: **About**: A brief description about myself.\
:heavy_check_mark: **Work Experience**: Details about my professional experiences, including previous jobs and responsibilities.\
:heavy_check_mark: **Education**: Overview about my academic backgrounds.\
:heavy_check_mark: **Skills**: A summary of my technical expertise and proficiencies.\
:heavy_check_mark: **Side Projects**: Highlights of the projects I have worked on.

## :rocket: Technologies

The following tools were used in this project:

- Angular
- TypeScript
- HTML
- Tailwind CSS

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/wilsonsouto/portfolio

# Access the project folder
$ cd portfolio

# Install dependencies
$ npm install

# Run the project
$ npm start

# The server will initialize in the
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.

Made with :heart: by [wilsonsouto](https://github.com/wilsonsouto)

 

Back to top