An open API service indexing awesome lists of open source software.

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

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.