Welcome to the GitHub repository of my web developer portfolio. It serves as a personal showcase of my skills, experiences, and the projects I've been a part of. Visit the live portfolio at https://www.alexandracoding.com/.
- Introduction: A brief greeting and introduction to who I am.
- About Me: A more in-depth section about my journey, education, and experiences in the tech world.
- Skills: Highlights the technical skills I possess, from programming languages to frameworks.
- Projects: Showcases my most significant projects, with details and links for a deeper dive.
- Contact Form: A way for visitors to get in touch with me directly through the website.
- React: A JavaScript library for building user interfaces.
- Next.js: Enables features like server-side rendering and generating static websites for React based web applications.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
- Clone the repository:
git clone https://github.com/Alexandra-Haynes/alexandra-coding.git
cd alexandra-coding
- Install the dependencies:
npm install
- Run the development server:
npm run dev
The portfolio will be accessible at http://localhost:3000
.
This project is hosted on GitHub Pages but uses a custom domain from GoDaddy. The live site is accessible at https://www.alexandracoding.com/. Any changes pushed to the main
branch will automatically reflect on the live site after a brief period due to the CI/CD process of GitHub Pages.
Feel free to open an issue if you find a bug or have a suggestion for improvements. I'm always open to feedback and learning from the community!
This project is open source and available under the MIT License.