Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.52 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.52 KB

Header

fahadachaudhry\portfolio 👋🏼

issues forks stars

This Portfolio was created using ReactJS and React-Bootstrap.

Dependencies

  • react
  • react-bootstrap
  • node-sass
  • typescript

Getting Started

  1. npm install
  2. npm start

Theming

Steps to modify theme

  1. Head over to src\utils\theme.ts

Theming Colors

  1. Changing these colors 👆🏼 will take effect in the entire application.

Steps to Configure Dark Mode

The application is now dark mode enabled. The colors can be set using the following steps:

  1. Head over to src\utils\theme.ts

Dark Mode Configurations

  1. Changing these colors 👆🏼 will reflect in the appropriate mode selected in the application.

Steps to Modify Information

  1. Head over to src\data\data.ts

Profile Data

  1. The data being populated in the entire portfolio comes from this file. This file exports a JS Object which contains all the information required to populate each component. The object follows this interface. 👆🏼