https://github.com/codewithbalaji/vei-project
https://github.com/codewithbalaji/vei-project
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithbalaji/vei-project
- Owner: codewithbalaji
- Created: 2025-01-03T12:48:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T13:37:53.000Z (over 1 year ago)
- Last Synced: 2025-05-31T14:10:29.273Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://ieeepapers.vercel.app
- Size: 55.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]