Skip to content

Eric-Acha/portfo

Repository files navigation

🌐 Live Site: https://www.achasystems.com

My Portfolio Website

Overview

This repository contains my personal portfolio website, designed to showcase my technical skills, projects, and professional background. The portfolio serves as a central hub for demonstrating my experience in software development, database management, and data-driven problem solving. It is intended for recruiters, hiring managers, and collaborators who want a clear view of my capabilities and the types of projects I build.

Purpose

The goal of this project is to present a clean, professional, and functional portfolio that reflects real-world development practices. Beyond visual presentation, the project emphasizes proper project structure, version control, and deployment-ready code. This repository also demonstrates my ability to work with modern development workflows using Git and GitHub.

Tech Stack

  • Backend: Python (Flask)
  • Frontend: HTML, CSS, JavaScript
  • Database: SQL (as applicable to project features)
  • Version Control: Git & GitHub
  • Development Tools: VS Code

Key Features

  • Responsive and user-friendly design
  • Project showcase highlighting completed and ongoing work
  • Contact functionality for professional inquiries
  • Clean code structure following best practices

Project Structure

my_portfolio/
│── server.py
│── Procfile
│── database.csv
│── gifs
│── templates/
│── static/
│── README.md
│── requirements.txt
│── .gitignore

How to Run Locally

  1. Clone the repository:
git clone https://github.com/Eric-Acha/portfo.git
  1. Navigate into the project directory:
cd my_portfolio
  1. Create and activate a virtual environment:
python -m venv venv
venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
flask run
  1. Open your browser and navigate to:
http://127.0.0.1:5000

Future Enhancements

  • Deployment to a cloud platform
  • Improved UI/UX and animations
  • Additional project case studies
  • Enhanced backend features and integrations

About the Author

Eric Acha Bachelor’s Degree in Computer Information Systems Focus areas include database management, backend development, cloud platforms, and data analytics.

License

This project is for portfolio and demonstration purposes. Feel free to explore the code and provide feedback.

Project Demos

Homepage Demo: ![Homepage] (gifs/homepage.gif)

Contact Page Demo: ![Contact page] (gifs/contact.gif)

About

Personal portfolio website built with Flask showcasing projects, skills, and contact form

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors