Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joeldeondsouza/portfolioforge

This is a portfolio project built with React and Styled Components, featuring a newspaper-style design concept.
https://github.com/joeldeondsouza/portfolioforge

javascript portfolio-website reactjs styled-components

Last synced: 18 days ago
JSON representation

This is a portfolio project built with React and Styled Components, featuring a newspaper-style design concept.

Awesome Lists containing this project

README

        

# PortfolioForge

This is a portfolio project built with React and Styled Components, featuring a newspaper-style design concept. The project showcases skills, and portfolio in a unique and visually appealing format inspired by classic newspapers.

## Tech Stack

**Client:** React, Styled Components.

## Screenshots

![App Screenshot](https://i.ibb.co/0Q9DWt7/Screenshot-2024-05-19-at-12-30-05-PM.png)

![App Screenshot](https://i.ibb.co/Nypxvpr/Screenshot-2024-05-19-at-12-30-19-PM.png)

![App Screenshot](https://i.ibb.co/rdVnXM8/Screenshot-2024-05-19-at-12-30-36-PM.png)

## Demo

```bash
https://portfolioforge.onrender.com/
```

## Features

- Newspaper-style Layout: A unique design that mimics the appearance of a traditional newspaper.

- Responsive Design: Ensures the portfolio looks great on all devices, from desktops to mobile phones.

- Styled Components: Utilize the power of Styled Components for scoped and themeable CSS.

## Run Locally

Clone the project

```bash
git clone https://github.com/JoelDeonDsouza/PortfolioForge.git
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm start
```