Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pappyjay23/my-portfolio-1
https://github.com/pappyjay23/my-portfolio-1
framer-motion react-icons react-router-dom reactjs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pappyjay23/my-portfolio-1
- Owner: Pappyjay23
- Created: 2022-11-03T11:53:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T12:26:09.000Z (3 months ago)
- Last Synced: 2024-11-15T13:28:30.113Z (3 months ago)
- Topics: framer-motion, react-icons, react-router-dom, reactjs
- Language: JavaScript
- Homepage: https://pjpportfolio.netlify.app/
- Size: 7.81 MB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My Portfolio
## Snapshot 📸
![Portfolio Landing Page](https://user-images.githubusercontent.com/60526129/220429098-094368a0-c117-4036-a113-a625cf563c3c.png)## Tech Stack ✨
- [React.js](https://reactjs.org/) - UI Library
- [Framer Motion](https://www.framer.com/motion/) - Animations
- [Create React App](https://create-react-app.dev/) - Build tool
- [Netlify](https://www.netlify.com/) - Hosting and Deployment## How to run locally 💻
Follow these steps to run My Portfolio in your local machine.
### Clone this repository
```bash
git clone https://github.com/Pappyjay23/my-portfolio-1.git
```### Navigate to directory
```bash
cd my-portfolio-1
```### Install NPM
```bash
npm install
```### Run
Run the development server to view the app.
```bash
npm start
```Now, you can navigate to http://localhost:3000/ to view the app.
### Build
```bash
npm run build
```## Credits ✍
Implementation by [@Pappyjay23](https://github.com/Pappyjay23)