Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codelikeagirl29/resume-react-gatsby
- Owner: CodeLikeAGirl29
- Created: 2022-03-14T09:05:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T01:45:45.000Z (about 1 year ago)
- Last Synced: 2023-12-16T02:40:35.047Z (about 1 year ago)
- Topics: gatsby-site, portfolio, reactjs, vercel
- Language: SCSS
- Homepage: https://resume-react-gatsby.vercel.app/
- Size: 8.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
---