stynan27 / BlockHeads

Primary repository for team BlockHeads inc. projects.
0 stars 0 forks source link

Create Initial Welcome Component #8

Closed stynan27 closed 1 year ago

stynan27 commented 1 year ago

Description

Develop the frontend ReactJS page that will display when the app initially opens/runs in the browser.

Based on UX design from #3 subtask of #2

stynan27 commented 1 year ago
stynan27 commented 1 year ago

I was running into some problems Friday where the bootstrap CSS directives appeared to not be working. Need to manually link/import the bootstrap css file into our project:

npm install bootstrap

{ / The following line can be included in your src/index.js or App.js file / } import 'bootstrap/dist/css/bootstrap.min.css';