This is my personal portfolio website designed to showcase my skills, projects, and professional experience. Built with React.js and Vite, it features a clean, minimalist design inspired by a terminal interface, with a modern twist.
- About Section: Highlights my professional background and skills.
- Projects Section: Showcases my notable projects with descriptions, key features, and links to live demos or repositories.
- Navigation: Command-based navigation with a user-friendly context menu for accessibility.
- Responsive Design: Optimized for desktops, tablets, and mobile devices.
- Frontend: React.js
- Styling: Tailwind CSS with a custom palette
- Hosting: Deployed on an AWS EC2 instance
This project uses a custom color palette:
- Night:
#141414
- Snow:
#fef8f8
- Cerulean:
#2680a6
- Electric Blue:
#70f1ff
- Shamrock Green:
#109648
- Clone the repository:
git clone https://github.com/your-username/portfolio-website.git
- Navigate to the project directory:
cd portfolio-website
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
- Add a contact form to send emails directly.
- Integrate a blog or articles section.
- Improve accessibility for command-based navigation.
This project is open-source and available under the MIT License.
Feel free to explore the website and reach out if you have any questions or feedback!