https://github.com/brookr/cra-template-react-portfolio
https://github.com/brookr/cra-template-react-portfolio
create-react-app hacktoberfest portfolio portfolio-template react react-bootstrap react-router reactjs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brookr/cra-template-react-portfolio
- Owner: brookr
- License: other
- Created: 2021-09-04T06:58:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T23:05:24.000Z (about 4 years ago)
- Last Synced: 2025-09-20T10:49:47.141Z (9 months ago)
- Topics: create-react-app, hacktoberfest, portfolio, portfolio-template, react, react-bootstrap, react-router, reactjs
- Language: SCSS
- Homepage:
- Size: 2.32 MB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRA Template: Simple React Portfolio Starter
Use [Create React App](https://reactjs.org/docs/create-a-new-react-app.html) with this template to get started on your React Portfolio project.
Based on the [Dorota1997/react-frontend-dev-portfolio](https://github.com/Dorota1997/react-frontend-dev-portfolio) project (MIT), this portfolio is lightweight, easy to modify, and quickly useful.
This project wraps up the portfolio into a CRA template for easy spin up, with a few adaptations for compatibility and ease of use.
## Usage
To use this template, run:
> `npx create-react-app portfolio --template react-portfolio`
Then, take a look at the generated code:
> `cd portfolio`
And fire up your React Portfolio:
> `npm start`
## Make it your own
After creating a new app based on the template, you can modify the text, icons used, colors, and anything else you like to customize the portfolio site to your own personality.
Follow the existing patterns in the three JSON files found in the `/public` directory to populate the site with your own info. This template supports 2 languages.
Then adjust the UI, layout, and design as desired.