This is my personal portfolio website, showcasing my skills, projects, and experience as a web developer. The portfolio is a single-page application built with React, Vite, and Tailwind CSS.
- Single-Page Application: A smooth and fast user experience with no page reloads.
- Responsive Design: The website is fully responsive and works on all devices.
- Interactive UI: The portfolio includes interactive elements and animations to engage users.
- Projects Showcase: A dedicated section to showcase my projects with details, links, and technologies used.
- Skills Section: A list of my technical skills with icons.
- Contact Form: A functional contact form using EmailJS to get in touch with me.
- React: A JavaScript library for building user interfaces.
- Vite: A fast build tool for modern web projects.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- DaisyUI: A Tailwind CSS component library.
- React Icons: A collection of popular icons for React projects.
- React Fast Marquee: A lightweight React component to create marquees.
- React Toastify: A notification library for React applications.
- Motion: A production-ready animation library for React.
- EmailJS: A service to send emails directly from JavaScript.
The portfolio is a static site and does not have a backend.
To get a local copy up and running, follow these simple steps.
- Node.js: Make sure you have Node.js installed on your machine. You can download it from here.
- Clone the repo
git clone https://github.com/md-zeon/zeon-portfolio.git
- Install NPM packages
npm install
- Run the development server
The application will be available at
npm run dev
http://localhost:5173.
The portfolio is a static website and can be deployed to any static hosting service like Vercel, Netlify, or GitHub Pages.
To build the application for production, run the following command:
npm run buildThis will create a dist folder with the production-ready files.
Zeanur Rahaman Zeon - @zeanur - zeanur.rahaman.zeon
Project Link: https://github.com/md-zeon/zeon-portfolio