This Portfolio was created using ReactJS and React-Bootstrap.
- react
- react-bootstrap
- node-sass
- typescript
npm install
npm start
- Head over to
src\utils\theme.ts
- Changing these colors 👆🏼 will take effect in the entire application.
The application is now dark mode enabled. The colors can be set using the following steps:
- Head over to
src\utils\theme.ts
- Changing these colors 👆🏼 will reflect in the appropriate mode selected in the application.
- Head over to
src\data\data.ts
- 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. 👆🏼