An open API service indexing awesome lists of open source software.

https://github.com/itc-web-team/webteam

Welcome to the official portfolio website of the ITC Web Team! We are a passionate group of web developers focused on building dynamic and interactive web applications for the ITC community. Our mission is to create beautiful, functional, and responsive websites that meet the needs of our users
https://github.com/itc-web-team/webteam

itc reactjs tailwindcss webteam

Last synced: 2 months ago
JSON representation

Welcome to the official portfolio website of the ITC Web Team! We are a passionate group of web developers focused on building dynamic and interactive web applications for the ITC community. Our mission is to create beautiful, functional, and responsive websites that meet the needs of our users

Awesome Lists containing this project

README

          

# ITC Web Team Portfolio

Welcome to the ITC Web Team's portfolio website! This is where we showcase our projects, highlight our team, and provide insights into what we do as a web development team. The website is designed to be dynamic, responsive, and user-friendly, offering a detailed overview of our team's work and capabilities.

## Features

- **Interactive Hero Section**: Uses a TypeAnimation effect to create an engaging introductory section.
- **Smooth Scroll Navigation**: Quick navigation to different sections using smooth scrolling.
- **Project Showcase**: Displays our team's work with images and descriptions of each project.
- **Team Members**: Detailed information about each team member along with social media links.
- **Responsive Design**: The website is fully responsive, adapting to various screen sizes.

## Tech Stack

- **Frontend**:
- React.js
- TailwindCSS for styling
- Lucide-react for icons
- AOS (Animate On Scroll) for smooth animations
- **Backend**: (If applicable) [Add your backend technologies here if there are any]
- **Libraries**:
- `react-type-animation`: For text animations
- `lucide-react`: For icons
- `useRef`: For scrolling sections

## How to Install & Run Locally

1. Clone the repository:

```bash
git clone https://github.com/yourusername/itc-webteam-portfolio.git
cd itc-webteam-portfolio
```

2. Install dependencies:

```bash
npm install
```

3. Run the development server:

```bash
npm start
```

The website will be accessible at http://localhost:3000.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.