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

https://github.com/imoamo/portfolio

A sleek React-based portfolio showcasing my skills, projects, and background. Includes dedicated pages for home, about, skills, contact, and project highlights.
https://github.com/imoamo/portfolio

html-css-javascript reactjs

Last synced: 3 months ago
JSON representation

A sleek React-based portfolio showcasing my skills, projects, and background. Includes dedicated pages for home, about, skills, contact, and project highlights.

Awesome Lists containing this project

README

          

# My Portfolio

This project is my personal portfolio built with React and utilizing module CSS.

View the deployed project at [https://my-port-folios.netlify.app/](https://my-port-folios.netlify.app/).

## Screenshots of app

### Navbar
![Screenshot (121)](https://github.com/imoamo/Portfolio/assets/154124258/eddc52e2-eb5d-4600-a7ff-fa036907e012)

### About
![Screenshot (122)](https://github.com/imoamo/Portfolio/assets/154124258/385b69cb-f467-4441-81f8-761086316c87)

### Skills
![Screenshot (123)](https://github.com/imoamo/Portfolio/assets/154124258/4edcd356-73de-46bf-8572-d2c060333020)

### Skills
![Screenshot (124)](https://github.com/imoamo/Portfolio/assets/154124258/00b94203-dfb0-4a06-bdf9-be95fea4f97f)

## Installation

1. Clone the project repository or download the zip file:

```bash
git clone https://github.com/imoamo/Portfolio.git
```

2. Navigate to the project directory:

```bash
cd Portfolio
```

3. Install the required dependencies:

```bash
npm install
```

## Usage

To run the development server, use the following command:

```bash
npm run dev