- Introduction
- Technologies Used
- Installation
- Project Structure
- Usage
- Contributing
- Contributors
- Contact Information
Welcome to the official repository for the ICDMT 2024 website. The International Conference on Design and Manufacturing Technology (ICDMT) 2024 is a premier event for researchers and practitioners to discuss the latest advancements in data mining and technology. This repository contains the source code for the conference website.
-
Frontend:
- HTML
- CSS
- JavaScript
- React.js
-
Other Tools:
- Git
- Webpack
- Babel
To get a local copy up and running, follow these simple steps:
-
Clone the repository:
git clone https://github.com/arnavbansal2764/mechaconference cd mechaconference
-
Install dependencies:
npm i
-
Run the application:
npm run dev
- public/: Static files and assets.
- src/: Main application source code.
- components/: Reusable UI components.
Once the application is running, you can explore the following features:
- Home Page: Introduction to the conference, important dates, and latest news.
- About Page: Detailed information about ICDMT 2024, including venue and keynote speakers.
- Call for Papers: Submission guidelines, important dates, and topics of interest.
- Registration: Registration process and fee details.
- Contact: Contact form and information for queries.
We welcome contributions from the community. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
Please ensure your code adheres to our coding standards and includes relevant tests.
We'd like to thank the following people who have contributed to this project:
- Arnav Bansal (Lead Developer)- GitHub Profile
- Bhavya Pratap Singh - GitHub Profile
- Armaan Singh Jhaand - GitHub Profile
- Jaitavya Aggarwal - GitHub Profile
Thank you for visiting the ICDMT 2024 website repository. We hope to see you at the conference!