- Using React JS, Firebase
-
Biography
-
Services
-
Projects (New sections based on # of projects)
- CellCollective
- Covid Tracker
- Automating Excel
-
Contact
-
Dividing components into:
- Landing
- Navbar
- Biography
- Services
- Projects
- Contact
- Portfolio
- Landing
-
Using
framer-motion
package to animate between routes -
Using CSS Animation to implement typewriter effect on title
-
Using
mdb-react-ui-kit
to recreate project cards to be more responsiveobject-fit:contain
for mobile andobject-fit:cover
for desktop and laptop
npm install -g firebase-tools
firebase login
firebase init
- Choose:
Hosting
- Find the project to deploy
What do you want to use aas your public directory? build
Configure as a single-page app (rewrite all urls to /index.html)? (y/N) y
npm run build
firebase deploy