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.
- Host: GitHub
- URL: https://github.com/imoamo/portfolio
- Owner: imoamo
- Created: 2024-01-15T12:12:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T07:52:48.000Z (over 1 year ago)
- Last Synced: 2025-10-23T22:04:16.176Z (7 months ago)
- Topics: html-css-javascript, reactjs
- Language: JavaScript
- Homepage: https://my-port-folios.netlify.app/
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### About

### Skills

### Skills

## 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