Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1022 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 1022 Bytes

My submission for Capital One's 2019 software summit challenge, which you can find here.

The idea behind my website's design was to keep it as minimalistic as possible - I ended up taking design cues from Pinterest (such as the masonry image layout and the infinite scroll functionality). In line with this design philosophy, the site is fully deployable as a static website.

This project was bootstrapped with Create React App.

This project is live on Heroku!

Running and Building

In the project directory, first run:

npm install

This installs the required packages, such as react-bootstrap and Axios. Afterwards, run

npm start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.