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
- Host: GitHub
- URL: https://github.com/itc-web-team/webteam
- Owner: ITC-Web-Team
- Created: 2024-06-22T05:42:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-10-07T21:53:06.000Z (9 months ago)
- Last Synced: 2025-10-07T23:36:04.230Z (9 months ago)
- Topics: itc, reactjs, tailwindcss, webteam
- Language: JavaScript
- Homepage: https://web.tech-iitb.org/
- Size: 90.6 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.