Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codelikeagirl29/resume-react-gatsby

Another Personal portfolio built using React.js and Gatsby.
https://github.com/codelikeagirl29/resume-react-gatsby

gatsby-site portfolio reactjs vercel

Last synced: about 1 month ago
JSON representation

Another Personal portfolio built using React.js and Gatsby.

Awesome Lists containing this project

README

        

# Personal Portfolio

A clean and simple portfolio template built with HTML, CSS and React.js. ❥❥

Link can be found [here](https://resume-react-gatsby.vercel.app/).
Contact email is [[email protected]](mailto:[email protected])

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)

![Gatsby](https://img.shields.io/badge/Gatsby-%23663399.svg?style=for-the-badge&logo=gatsby&logoColor=white)

![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)

![my-portfolio](https://user-images.githubusercontent.com/25946305/158276398-86f02299-642f-4f3b-8512-6df4231adf50.jpeg)

---

## Instructions

### Setup

```shell
git clone https://github.com/codelikeagirl29/resume-react-gatsby.git
cd resume-react-gatsby
```
and then to install and view in browser.

```shell
npm install
npm run start
```

Install and run -

```shell
yarn
yarn start
```

### How to use

- Open `src/yourdata.js` and make changes.

- Build and deploy -

```shell
yarn build
yarn deploy
```
---