Welcome to my portfolio website! This site is built using Flutter and showcases my skills, projects, and experience. The website is designed to provide a comprehensive overview of my professional background and serve as a platform for potential employers and collaborators to get to know me better.
- Home Page: Introduction and summary of who I am.
- About Page: Detailed information about my background, skills, and experiences.
- Projects Page: Showcase of my projects with descriptions, images, and links to repositories or live demos.
- Contact Page: Contact form for visitors to get in touch with me.
To run the portfolio website locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/portfolio-website.git cd portfolio-website
-
Install Flutter: Ensure you have Flutter installed. If not, follow the instructions on the Flutter installation guide.
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- Flutter: Framework for building the UI.
- Dart: Programming language used by Flutter.
- HTML/CSS: For web deployment.
- Navigate through different sections using the navigation bar.
- Explore my projects by clicking on the project cards to see more details.
- Contact me through the form on the contact page.
To deploy the website, you can use various hosting services. Here’s a simple way to deploy using GitHub Pages:
-
Build the web app:
flutter build web
-
Navigate to the build directory:
cd build/web
-
Initialize a new Git repository and push to GitHub Pages:
git init git remote add origin https://github.com/yourusername/yourusername.github.io.git git checkout -b main git add . git commit -m "Initial commit" git push -u origin main
-
Enable GitHub Pages in your repository settings, if not done automatically.
Contributions are welcome! If you have any suggestions or improvements, please fork the repository and submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature-branch
. - Open a pull request.
If you have any questions, feel free to reach out:
- Email: [email protected]
- LinkedIn: Aditya Jain
- GitHub: adittya-jain
Thank you for visiting my portfolio website!