Welcome to Logan Logs, my personal portfolio and project showcase website! This platform serves as a central hub for my professional resume, blog posts about interesting projects I'm working on, and a documentation section for exploring technical content. Built with React, this website reflects my journey in learning and mastering modern web development.
Explore the live version of the site here: Logan Logs
- Resume Download: Access and download my resume directly from the main page.
- About Me: A brief introduction to who I am and what this website is all about.
- Website Description: Learn more about the purpose and structure of this site.
- Project Showcase: Read blog posts about interesting projects I’ve completed or am currently working on. Each post provides insights into the challenges, solutions, and technologies used.
- Continuous Updates: New posts are added regularly as I explore new ideas and technologies.
- Markdown Renderer: A file explorer-style interface that renders Markdown files, making it easy to browse and read technical documentation.
- Organized Content: Documentation is neatly categorized and accessible for quick reference.
- React: The core framework used to build this website, helping me gain hands-on experience with modern front-end development.
- Docker: Containerization for easy deployment and local development.
- Markdown: Used for rendering documentation in a clean and readable format.
- Build the Docker image:
docker build --tag logan-logs . - Run the container:
docker run -p 3000:3000 logan-logs
- Open your browser and navigate to
http://localhost:3000to view the website.
This website was built as a way to deepen my understanding of React and modern web development practices. It also serves as a platform to showcase my skills, projects, and technical writing. I hope you enjoy exploring it as much as I enjoyed building it!
If you have any feedback, suggestions, or just want to connect, feel free to reach out! You can find my contact information on the website or in my resume.
Happy exploring! 🚀