Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joeldeondsouza/portfolioforge
- Owner: JoelDeonDsouza
- Created: 2024-05-18T19:31:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T10:40:53.000Z (8 months ago)
- Last Synced: 2024-05-19T11:28:15.121Z (8 months ago)
- Topics: javascript, portfolio-website, reactjs, styled-components
- Language: TypeScript
- Homepage: https://portfolioforge.onrender.com
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```