Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.57 KB

README.md

File metadata and controls

66 lines (37 loc) · 1.57 KB

Nat's Portfolio

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!



Project Steps


Requirement gathering

Information gathering from the Assignment. There's an annotated file too.


Project spreadsheet

A spreadsheet to organize the structure of the project.


Component tree

This is the component tree of this project made on Whimsical.


Figma design

There's also a figma design.


Tech Stack and Assets

Tech

  1. React and ReactDOM
  2. Firebase
  3. CSS

Assets

  1. Quicksand font from Google Fonts
  2. Icons by FontAwesome
  3. Images from Unsplash and Ouch! Ilustrations
  4. Logo from Logo Hipster Generator

Run the project

In development mode:

  1. Clone or download the repository in your computer

  2. Type npm install to install the project dependencies

  3. start the application with npm start, it will open a localhost:3000 page automatically in your default browser.