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

https://github.com/codewithbalaji/vei-project


https://github.com/codewithbalaji/vei-project

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# INSPECT-2024 Conference Website

A modern, responsive conference website for the International Conference on "Intelligent Signal Processing and Effective Communication Technologies" (INSPECT-2024). The conference serves as a dynamic platform for interdisciplinary dialogue, research sharing, and collaboration in the field of Signal Processing & Communication.

## 🌟 About the Conference

INSPECT-2024 brings together academics, industry professionals, and enthusiasts to:
- Share cutting-edge research
- Foster interdisciplinary dialogue
- Catalyze meaningful collaborations
- Engage with latest trends and breakthroughs
- Exchange best practices in Signal Processing & Communication

## 🚀 Features

- Hybrid mode conference platform
- Modern, responsive design
- Interactive user interface
- Conference information and schedule
- IEEE association
- Registration system
- Speaker profiles and sessions

## 💻 Tech Stack

- React.js
- TypeScript
- Tailwind CSS
- Vite

## 🏃‍♂️ Getting Started

### Prerequisites

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

### Installation

1. Clone the repository
```bash
git clone [your-repo-url]
```

2. Install dependencies
```bash
npm install
# or
yarn install
```

3. Start the development server
```bash
npm run dev
# or
yarn dev
```

4. Open your browser and visit `http://localhost:5173`

## 📁 Deployment

This project is configured for deployment on Vercel. To deploy:

1. Push your code to GitHub
2. Visit [Vercel](https://vercel.com) and create a new project
3. Import your GitHub repository
4. Vercel will automatically detect the configuration from `vercel.json`
5. Click "Deploy" and your site will be live in minutes

The `vercel.json` configuration includes:
- Proper routing for React applications
- Build command configuration
- Output directory specification
- Framework specification (Vite)

## 📁 Project Structure

```
src/
├── assets/ # Static assets (images, icons)
├── components/ # Reusable UI components
│ ├── awards/ # Award information components
│ ├── callForPapers/ # Call for papers section
│ ├── committee/ # Committee members section
│ ├── common/ # Shared/common components
│ ├── home/ # Homepage components
│ │ ├── AboutConference.tsx
│ │ ├── Hero.tsx
│ │ └── ...
│ ├── importantDates/ # Important dates section
│ ├── registration/ # Registration related components
│ ├── studentGrant/ # Student grant information
│ └── submission/ # Paper submission components
├── pages/ # Page components and routing
├── routes/ # Route configurations
├── App.tsx # Root application component
├── main.tsx # Application entry point
└── index.css # Global styles
```

## 🎥 Demo

https://github.com/codewithbalaji/vei-project/blob/main/public/vei_project_ieee_papers.mp4

Watch our demo video to see the conference website in action. The video showcases the key features and functionality of the INSPECT-2024 conference website.

[Click here to download the demo video directly](https://github.com/codewithbalaji/vei-project/blob/main/public/vei_project_ieee_papers.mp4)

## 👥 Contact

For any queries regarding the conference or website, please contact:
[Add contact information]

## 📄 License

[Add appropriate license information]