This is the repository for my personal website. The website was developed using Vercel and aims to provide information about me and my projects.
My website consists of several sections that highlight different aspects of my professional and personal life. Here is a summary of the main sections:
- Home Page: A brief and welcoming introduction, providing an overview of the information available on the site.
- About Me: A section dedicated to personal information, academic background, professional experience, and technical skills. It also includes a photo and a brief biography.
- Projects: In this section, I showcase some of the projects I have worked on. Each project is presented with a brief description, technologies used, and a link to access the project.
- Blog: A space to share articles, tutorials, and reflections on topics related to my field. Articles are organized by categories and can be easily accessed.
- Contact: Contact information for people to reach out to me. This includes a contact form as well as links to my social media accounts.
My website is hosted on the Vercel platform. Vercel is a specialized hosting platform for static web applications and seamlessly integrates with GitHub repositories. This means that whenever I push to the main branch of this repository, Vercel will automatically rebuild and deploy the latest version of the site.
https://my-profile-hazel-one.vercel.app
If you want to run a local version of this website, follow these steps:
- Clone this repository to your local machine using the following command:
git clone https://github.com/your-username/repository-name.git
<li>Navigate to the cloned directory:</li>
<code>cd repository-name</code>
<li>Install the necessary dependencies:</li>
<code>npm install</code>
<li>Run the command to start the development server:</li>
<code>npm run dev</code>
<li>Open your browser and access <a href="http://localhost:3000" target="_blank">http://localhost:3000</a> to view the website running locally.</li>
If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request. I'll be happy to review your contributions.