Skip to content

adnanmirza1/portfolio

 
 

Repository files navigation

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. 👆🏼

About

React Portfolio Created in ReactJS and React-Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.4%
  • SCSS 13.1%
  • HTML 6.5%