Welcome to the repository for our Team Portfolio Website! This site showcases our projects, introduces our team, and highlights our skills and achievements as we pursue careers in software engineering.
Our Team Portfolio Website serves as a platform to display our work, introduce each team member, and provide live demos of our projects. It’s designed with responsive layouts, intuitive navigation, and a clean, professional design.
- Team Profiles: Each team member has a dedicated profile page with their bio, skills, and links to personal projects if any
- Project Showcases: Highlight key projects with descriptions, tech stacks, screenshots, and live demo links
- Frontend: React (Javascript) and Tailwind CSS
- Hosting: Github Pages
To run this project locally, follow these steps:
- Node.js: Ensure you have Node.js installed. You can download it from nodejs.org.
# To check if you have Node.js installed
node -v
- Clone the repository:
git clone https://github.com/hgao080/atc-portfolio.git
cd atc-portfolio
- Install dependencies:
npm install
- Run the development server:
npm start
The site should now be accessible at http://localhost:3000/atc-portfolio in your browser.