This project is a portfolio website built with React. It showcases various projects and includes a feature to filter projects by category. Note that this project is not optimized and not ready for production, it's only a concept to showcase
- Display a list of projects
- Filter projects by category
- View details of a project in a modal
- Image magnification on hover
To install the project, follow these steps:
- Clone the repository:
git clone https://github.com/dlopesa/atcm-portfolio-example.git
- Navigate to the project directory:
cd atcm-portfolio-example
- Install the dependencies:
npm install
- Start the project:
npm start
After starting the project, you can view it in your web browser at http://localhost:3000
.
A preview of this project can be seen HERE.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.