Skip to content

07raghavan/dot-web

Repository files navigation

Developers Of Tomorrow (DOT)

A modern web platform for the CSE Data Science Department's student community.

Features

  • Modern, responsive UI with a dark theme
  • Interactive events system
  • Team and mentor profiles
  • Real-time updates and notifications

Tech Stack

  • React with TypeScript
  • Vite for build tooling
  • TailwindCSS for styling
  • Radix UI for accessible components
  • React Router for navigation

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/dot-platform.git
    cd dot-platform
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

The application will be available at http://localhost:5173.

Project Structure

.
├── src/                  # Source code
│   ├── components/       # React components
│   ├── pages/           # Page components
│   └── styles/          # Global styles
└── package.json         # Project dependencies

Development

To start the development server:

npm run dev

Building for Production

  1. Build the project:

    npm run build
  2. Preview the production build:

    npm run preview

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors