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

https://github.com/billalben/portfolio-react

Portfolio built by React
https://github.com/billalben/portfolio-react

react router

Last synced: 3 months ago
JSON representation

Portfolio built by React

Awesome Lists containing this project

README

        

## Portfolio

### Description

The Portfolio project is a personal portfolio website built with React and Vite. It features a simple, attractive, and responsive design. The website includes multiple pages: About, Resume, Portfolio, Blog, and Contact. Navigation between pages is handled using React Router. The Portfolio page includes filtering functionality, and the Blog page includes pagination. Note that the data in the Portfolio page is for training purposes and not real.

### Features

- **Multiple Pages:** Includes About, Resume, Portfolio, Blog, and Contact pages.

- **React Router:** Used for seamless navigation between pages.

- **Responsive Design:** Ensures a great user experience on both desktop and mobile devices.

- **Portfolio Filtering:** Allows users to filter portfolio items based on categories.

- **Blog Pagination:** Implements pagination to navigate through blog posts.

- **Attractive Design:** Combines simplicity and aesthetics for an appealing user interface.

### Demo

You can see it from [**HERE**](https://billalben.github.io/portfolio-react).

# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh