A modern web platform for the CSE Data Science Department's student community.
- Modern, responsive UI with a dark theme
- Interactive events system
- Team and mentor profiles
- Real-time updates and notifications
- React with TypeScript
- Vite for build tooling
- TailwindCSS for styling
- Radix UI for accessible components
- React Router for navigation
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/your-username/dot-platform.git cd dot-platform -
Install dependencies:
npm install
-
Start the development server:
npm run dev
The application will be available at http://localhost:5173.
.
├── src/ # Source code
│ ├── components/ # React components
│ ├── pages/ # Page components
│ └── styles/ # Global styles
└── package.json # Project dependencies
To start the development server:
npm run dev-
Build the project:
npm run build
-
Preview the production build:
npm run preview
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.