Hey there! ;)
This is my portfolio made with React. It is a mobile first page, so please check it out first with your mobile or a mobile screen in your browser.
You can visit the page here to learn more about me!
Information gathering from the Assignment. There's an annotated file too.
A spreadsheet to organize the structure of the project.
This is the component tree of this project made on Whimsical.
There's also a figma design.
- React and ReactDOM
- Firebase
- CSS
- Quicksand font from Google Fonts
- Icons by FontAwesome
- Images from Unsplash and Ouch! Ilustrations
- Logo from Logo Hipster Generator
In development mode:
-
Clone or download the repository in your computer
-
Type
npm install
to install the project dependencies -
start the application with
npm start
, it will open alocalhost:3000
page automatically in your default browser.