Welcome to the official repository for the MRCN Conference Website. This website is designed for the "Mobile Radio Communication and 5G Networks" conference, providing comprehensive information about the event, registration, special sessions, and committee members.
- Introduction
- Features
- Technologies Used
- Installation
- Usage
- Project Structure
- Contributing
- License
- Contact
The MRCN Conference Website serves as the primary digital platform for the Mobile Radio Communication and 5G Networks conference. It is designed to be responsive and user-friendly, ensuring attendees can easily access all necessary information about the event.
- Comprehensive Event Information: Detailed schedule, session topics, and speaker profiles.
- Interactive Elements: Maps for venue locations and dynamic event schedule.
- Responsive Design: Optimized for various devices including desktops, tablets, and smartphones.
- HTML
- CSS
- JavaScript
- Bootstrap
- React
- Vite.js (Framework)
- Git (Version Control)
- Google Maps API (For interactive maps)
- Google Analytics (For tracking visitor behavior)
To get a local copy of the project up and running, follow these steps:
- Clone the repository
git clone https://github.com/yashuwho/mrcn2024.git
- Navigate to the project directory
cd mrcn2024
- Install dependencies
npm install
To start the development server, run:
npm start
Open your browser and navigate to http://localhost:3000
to view the website.
mrcn-conference-website/
├── public/
│ ├── index.html
│ └── ...
├── src/
│ ├── components/
│ │ ├── Header.js
│ │ ├── Footer.js
│ │ ├── ...
│ ├── styles/
│ │ ├── main.css
│ │ ├── ...
│ ├── App.js
│ ├── index.js
│ └── ...
├── package.json
├── README.md
└── ...
Contributions are welcome! Please fork the repository and create a pull request with your changes.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Yash Choudhary - yashchoudhary.tech@gmail.com
Project Link: [https://github.com/YashInTech/MRCN_Conference2024]
Feel free to adjust any sections or add more details based on the specific elements of your project.