Skip to content

Bernz322/my-portfolio

Repository files navigation

Logo

My website portfolio with design inspiration from brittanychiang.com. Hosted in Netlify with custom .TECH domain from Github Student Pack.

Netlify Status

⚒️ Built with the following technologies:

  • React.js
  • Typescript
  • Styled Components
  • Framer
  • ESLint + Airbnb

🎨 Palette

Color Hex
Prussian #003152 #003152
Slate #abb9c4 #abb9c4
Light Slate #d2d7dc #d2d7dc
Lightest Slate #e3ebec #e3ebec
Electric #79f6fc #79f6fc
Air Force #588bae #588bae
Dark Navy #001429 #001429

🖼️ Preview

Main Page - Light Mode

main-light

Main Page - Dark Mode

main-dark

Project's Page - Light Mode

project-light

Project's Page - Dark Mode

project-dark

💻 Installation & Deployment

  1. Install dependencies

    npm install

  2. Start server

    npm start

  3. Make changes and Host the codebase in a Repository

    git remote & git push origin *branch*

  4. Deploy repository using Netlify with the Build command:

    CI= npm run build