diff --git a/README.md b/README.md index 5f2cbae..715fd95 100644 --- a/README.md +++ b/README.md @@ -1 +1,105 @@ -# Portifolio-Christian-Falcao \ No newline at end of file +# Christian FalcΓ£o's Portfolio + +Welcome to my professional portfolio repository. This portfolio showcases my skills, projects, and experience as a Front-End Developer specializing in React. Feel free to explore the various sections to learn more about my work and capabilities. + +## 🌐 Live Portfolio + +Visit my portfolio website: [christiandonf.github.io/Portifolio-Christian-Falcao](https://christiandonf.github.io/Portifolio-Christian-Falcao/) + +## πŸ“‹ Overview + +This portfolio was designed and developed to demonstrate my front-end development expertise and showcase my professional journey. It features a responsive design, interactive elements, and a collection of my most significant projects. + +## πŸ› οΈ Technologies Used + +- **React.js** - Main framework for building the user interface +- **HTML5/CSS3** - Structure and styling +- **JavaScript** - Programming logic and interactivity +- **React Icons** - Icon implementation +- **GitHub Pages** - Hosting platform + +## πŸ“± Features + +- **Responsive Design** - Optimized for all screen sizes (mobile, tablet, desktop) +- **Dark/Light Theme** - Toggle between visual modes +- **Interactive UI** - Smooth scrolling, animations, and transitions +- **Project Showcase** - Highlighted portfolio projects with links +- **Contact Form** - Direct communication channel +- **Languages Toggle** - Support for multiple languages + +## πŸ“‚ Project Structure + +``` +β”œβ”€β”€ public/ +β”‚ β”œβ”€β”€ favicon.ico +β”‚ β”œβ”€β”€ index.html +β”‚ └── assets/ +β”œβ”€β”€ src/ +β”‚ β”œβ”€β”€ components/ +β”‚ β”‚ β”œβ”€β”€ About/ +β”‚ β”‚ β”œβ”€β”€ Contact/ +β”‚ β”‚ β”œβ”€β”€ Experience/ +β”‚ β”‚ β”œβ”€β”€ Footer/ +β”‚ β”‚ β”œβ”€β”€ Header/ +β”‚ β”‚ β”œβ”€β”€ Nav/ +β”‚ β”‚ β”œβ”€β”€ Portfolio/ +β”‚ β”‚ β”œβ”€β”€ Services/ +β”‚ β”‚ └── Testimonials/ +β”‚ β”œβ”€β”€ assets/ +β”‚ β”œβ”€β”€ App.js +β”‚ β”œβ”€β”€ index.js +β”‚ └── styles/ +β”œβ”€β”€ package.json +β”œβ”€β”€ README.md +└── .gitignore +``` + +## πŸš€ Installation and Setup + +To run this portfolio locally: + +1. Clone the repository + ```bash + git clone https://github.com/christiandonf/Portifolio-Christian-Falcao.git + ``` + +2. Navigate to the project directory + ```bash + cd Portifolio-Christian-Falcao + ``` + +3. Install dependencies + ```bash + npm install + ``` + +4. Start the development server + ```bash + npm start + ``` + +5. Open your browser and visit `http://localhost:3000` + +## πŸ“Š Portfolio Sections + +- **Home** - Introduction and brief overview +- **About** - Professional background and personal information +- **Experience** - Skills and technical proficiencies +- **Portfolio** - Showcase of selected projects +- **Contact** - Ways to get in touch + +## πŸ“ž Contact Information + +Feel free to reach out through any of the following channels: + +- **Email**: christiandonfalcao@gmail.com +- **LinkedIn**: [Christian FalcΓ£o](https://www.linkedin.com/in/christianfalcao/) +- **GitHub**: [christiandonf](https://github.com/christiandonf) + +## πŸ“„ License + +This project is licensed under the MIT License - see the LICENSE file for details. + +--- + +Β© 2023 Christian FalcΓ£o. All Rights Reserved.