A modern, responsive portfolio website built with React, TypeScript, and Tailwind CSS. This portfolio showcases my projects, skills, and experience in web development.
- Modern UI/UX: Clean and responsive design using Tailwind CSS
- Interactive Terminal: Command-line interface for exploring projects and information
- Project Showcase: Display of personal projects with detailed descriptions
- Dark/Light Mode: Toggle between dark and light themes
- Contact Form: Integrated contact form using EmailJS
- Responsive Design: Fully responsive layout for all device sizes
- React
- TypeScript
- Tailwind CSS
- EmailJS
- Lucide Icons
- Vite
- Clone the repository:
git clone https://github.com/reinieltalplacido/LatestPortfolio.git
- Navigate to the project directory:
cd LatestPortfolio
- Install dependencies:
npm install
- Start the development server:
npm run dev
src/
├── components/ # React components
│ ├── ui/ # UI components
│ └── ... # Other components
├── lib/ # Utility functions
├── stories/ # Storybook stories
└── types/ # TypeScript type definitions
The project uses several configuration files:
tailwind.config.js
- Tailwind CSS configurationtsconfig.json
- TypeScript configurationvite.config.ts
- Vite configuration
This project is open source and available under the MIT License.
Reiniel Talplacido
- GitHub: @reinieltalplacido
- Thanks to all the open-source projects that made this portfolio possible
- Special thanks to the React and Tailwind CSS communities