Welcome to the official website of Team X, an organization dedicated to developing cutting-edge software solutions. This README provides an overview of the project structure, features, and how to run the website locally.
The Team X website is a Next.js-based platform that introduces the organization, highlights its current projects, and provides contact details for collaboration opportunities. The website is styled using Tailwind CSS and developed with TypeScript for a modern and robust design.
- Frontend Framework: Next.js
- Styling: Tailwind CSS with ShadCN components
- Language: TypeScript
The website is composed of modular components stored in the components
folder:
- ui - contains components installed from shadcn
- plugins - contains reusable plugins code like theme, table, etc
- widgets - contains custom made app componets
- Responsive Design: The website is mobile-friendly and adapts seamlessly to various screen sizes.
- TypeScript Integration: Ensures type safety and better development experience.
- ShadCN Components: Provides pre-built Tailwind components for enhanced UI consistency.
- Project Details: Detailed descriptions of ongoing projects.
Ensure you have the following installed on your machine:
- Node.js (v14 or above)
- npm or yarn
-
Clone the repository:
git clone https://github.com/teamxke/teamx.git
-
Navigate to the project directory:
cd teamx
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and visit:
http://localhost:3000