Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernardoosthuizen/bernie-portfolio
https://github.com/bernardoosthuizen/bernie-portfolio
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernardoosthuizen/bernie-portfolio
- Owner: bernardoosthuizen
- Created: 2022-02-08T11:30:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T06:52:30.000Z (8 months ago)
- Last Synced: 2024-05-07T07:44:51.410Z (8 months ago)
- Language: JavaScript
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bernie Oosthuizen - Portfolio
## Description
This website is a place where I am able to showcase projects I have worked on. I used React.js with flexbox and hosted this web app on Firebase.## Project Screen Shot
![Screenshot 2022-02-24 at 5 57 16 PM](https://user-images.githubusercontent.com/46342592/155501649-c2e8aa2e-8c4d-4efb-b4f1-ca5814cf6c3b.png)### Installation and Setup Instructions
Clone down this repository. You will need `node` and `npm` installed globally on your machine.Installation:
`npm install`
To Start Server:
`npm start`
To Visit App:
`localhost:3000/`
## Reflection
I found inspiration for this project from Windows NT and my love of pixel art. The aim of this project was to create a space where I can show off future work. Minor challenges were overcome quickly. Creating this website helped me solidify my react.js skills.