Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunogroth/portfolio-react-website
My Portfolio made in React and SASS
https://github.com/brunogroth/portfolio-react-website
javascript portfolio react sass scss
Last synced: 3 months ago
JSON representation
My Portfolio made in React and SASS
- Host: GitHub
- URL: https://github.com/brunogroth/portfolio-react-website
- Owner: brunogroth
- License: mit
- Created: 2022-10-23T21:14:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T00:29:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T13:18:28.618Z (almost 2 years ago)
- Topics: javascript, portfolio, react, sass, scss
- Language: JavaScript
- Homepage: https://brunogroth.github.io/Portfolio-React-Website/
- Size: 20 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio - Bruno Groth
😄 Welcome! I'm Bruno and this is my portfolio.
![image](https://user-images.githubusercontent.com/96024737/201509680-cb6233e5-cfa8-4d8b-8343-fa1d2c7c4eed.png)
## Built With
- HTML5/CSS3
- SASS
- React
- VS code
- Git> Note: This project was originally made in CSS, but at version [v.1.0](https://github.com/brunogroth/Portfolio-React-Website/releases/tag/v1.0) I've migrated it to SCSS.
## This website is avaliable at
[🚀 My Website 🚀](https://brunogroth.github.io/Portfolio-React-Website/)# Getting Started
## Prerequisites:
- Create an account on [github](https://github.com/login)
- Install git bash or use git on the command line.
- Use an IDE of your preference such as [VS Code](https://code.visualstudio.com/download).
## Steps to follow:
- Clone [this repository](https://github.com/brunogroth/Portfolio-React-Website) to your local machine
- ```
git clone https://github.com/brunogroth/Portfolio-React-Website.git
```- Navigate to `cd Portfolio-React-Website` directory.
- To install all the app dependencies on the command line run
- ```
npm install
```
- Install SASS is also necessary
- ```
npm install sass
```- To run app in the development mode run
- ```
npm start
```
# Author:man: **Bruno Groth**
- [GitHub](https://github.com/brunogroth)
- [LinkedIn](https://linkedin.com/in/bruno-groth/)
- [Portfolio](https://brunogroth.github.io/Portfolio-React-Website)## 🤝 Contributing
- Contributions, issues, and feature requests are welcome!
- Feel free to check the [issues page](https://github.com/brunogroth/Portfolio-React-Website/issues).## Show your support
Give a ⭐ if you like this project!## Acknowledgments
Thanks to [EGATOR](https://www.youtube.com/watch?v=G-Cr00UYokU&list=WL&index=55) tutorial and [Meri-MG](https://github.com/Meri-MG) Source code & README pattern!