- Update and deploy a project portfolio with this ready to go app.
- Update info.jsx files to input your own data.
-
Career Timeline: Smooth scrolling experience using MUI and Framer Motion to showcase employment history.
-
Project Cards: Display project snippets with preview transitions and skill/chip tags.
-
Responsive Top Bar: Hides/shows dynamically on scroll for a modern UX.
-
Fully Responsive Design: Works across desktop and mobile screens.
- React + MUI + React Router: Reusable components and client side router.
- Docker + Nginx Deployment: one line build and serve.
- The app can be built and served using Docker Compose.
- Nginx is preconfigured to serve the React app, including handling client-side routing so all routes work correctly.
See for commands:
# Navigate to the docker compose folder
cd docker
docker compose build
docker compose up -d