Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)