Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terieyenike/v2
ReactJS personal portfolio site.
https://github.com/terieyenike/v2
react react-router-dom styled-components
Last synced: 21 days ago
JSON representation
ReactJS personal portfolio site.
- Host: GitHub
- URL: https://github.com/terieyenike/v2
- Owner: Terieyenike
- Created: 2021-01-08T01:38:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T10:39:05.000Z (about 2 years ago)
- Last Synced: 2025-01-19T05:15:49.354Z (23 days ago)
- Topics: react, react-router-dom, styled-components
- Language: JavaScript
- Homepage: https://terieyenike.github.io/v2
- Size: 1.85 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teri's Portfolio
The web interface built with ReactJS.
Current version of [terieyenike.github.io/v2](https://terieyenike.github.io/v2/) built with [React](http://reactjs.org/) and hosted/deployed on [DigitalOcean App Platform](https://www.digitalocean.com/products/app-platform/)
Previous iteration: [v1](https://terieyenike.github.io/v1), [v2](https://terieyenike.github.io/v2/)
![image](https://user-images.githubusercontent.com/25850598/103984246-11713a00-5187-11eb-81a1-898a2fc088ab.png)
## ⚒ Installation & Set Up
1. Install React
```
npx create-react-app v2
```2. Install dependencies
```
yarn
```3. Start the development server
```
npm start
```## 🚀 Building and Running for Production
1. Generate a static production build
```
npm run build
```2. Preview the site as it will appear once deployed
```
npm run serve
```## 🌐 Deploying the App
Using Github Pages.
## Tech stack used for build
- React
## Packages
- Styled-components
- React icons### License
Feel free to use parts of the code in your own projects with attribution.
### Author
Teri Eyenike