🌐 Live Site: https://www.achasystems.com
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.
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.
- Backend: Python (Flask)
- Frontend: HTML, CSS, JavaScript
- Database: SQL (as applicable to project features)
- Version Control: Git & GitHub
- Development Tools: VS Code
- Responsive and user-friendly design
- Project showcase highlighting completed and ongoing work
- Contact functionality for professional inquiries
- Clean code structure following best practices
my_portfolio/
│── server.py
│── Procfile
│── database.csv
│── gifs
│── templates/
│── static/
│── README.md
│── requirements.txt
│── .gitignore
- Clone the repository:
git clone https://github.com/Eric-Acha/portfo.git- Navigate into the project directory:
cd my_portfolio- Create and activate a virtual environment:
python -m venv venv
venv\Scripts\activate- Install dependencies:
pip install -r requirements.txt- Run the application:
flask run- Open your browser and navigate to:
http://127.0.0.1:5000
- Deployment to a cloud platform
- Improved UI/UX and animations
- Additional project case studies
- Enhanced backend features and integrations
Eric Acha Bachelor’s Degree in Computer Information Systems Focus areas include database management, backend development, cloud platforms, and data analytics.
This project is for portfolio and demonstration purposes. Feel free to explore the code and provide feedback.
Homepage Demo: ![Homepage] (gifs/homepage.gif)
Contact Page Demo: ![Contact page] (gifs/contact.gif)