This is the repository for Rolando Orellana's personal portfolio, developed with React and Vite. The portfolio includes sections for projects, contact, and more, with a modern and responsive design.
- React
- Vite
- Material UI
- i18next (for internationalization)
- Framer Motion (for animations)
- React Intersection Observer (for visibility detection)
- GitHub Pages (for deployment)
- Fast Deployment: Uses Vite for fast and efficient development.
- Internationalization: Support for multiple languages with i18next.
- Responsive Design: Adaptable to different screen sizes.
- Smooth Animations: Includes smooth animations and transitions with Framer Motion.
- Projects Section: Showcases featured projects with links to repositories and live previews.
-
Clone the repository:
git clone https://github.com/your-username/your-repository.git
-
Navigate to the project directory: cd your-repository
-
Install dependencies: yarn install
To start the development server: yarn dev
To build the project for production: yarn build
├── public │ └── index.html ├── src │ ├── assets │ │ ├── images │ │ └── videos │ ├── components │ │ ├── Navbar.jsx │ │ ├── HeroSection.jsx │ │ ├── Projects.jsx │ │ └── Contact.jsx │ ├── App.jsx │ ├── index.jsx │ └── i18n.js ├── .gitignore ├── package.json ├── README.md └── vite.config.js
Rolando Orellana - [email protected]