This repository contains the source code for the ML Bhopal community website. The website aims to highlight our community, showcase team members, display event galleries, and promote our mission and vision.
The ML Bhopal community brings together machine learning enthusiasts, learners, and professionals to foster a collaborative learning environment. This website provides an overview of our mission, showcases our events, and introduces our core team.
- Welcome Section: Engages visitors with an introduction to our community's purpose and vision.
- Meet the Team: Displays information about the core members of the ML Bhopal team with their photos.
- Events Gallery: Shows past events with images to promote community involvement.
- Mission and Vision: Details our goals and what we aim to achieve as a community.
- Contact Information: Provides information on how to connect with us for collaborations or joining the community.
To set up this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/MLBhopal/ML-Bhopal-Website.git
-
Navigate to the project directory:
cd shopsy
-
Install dependencies:
Install the necessary packages using npm:
npm install
-
Run the development server:
Start the local server for testing and development:
npm start
The website will now be running on
http://localhost:3000/
. -
Build for production:
To create a production build:
npm run build
Once the project is running, you can modify the following components:
- Welcome Screen: Customize the welcome message in
src/components/Welcome.js
. - Team Section: Update team member information in
src/components/TopProducts.js
. - Event Gallery: Add images and content for past events in
src/components/Events.js
.
- Images: Replace existing images in the
assets
folder. - Text Content: Modify the text and content in the appropriate components (
Welcome.js
,TopProducts.js
, etc.). - CSS Styling: Make changes to the appearance by updating CSS in the respective component files.
We welcome contributions to improve the website. Here's how you can contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch-name
. - Make your changes and commit:
git commit -m 'Add some feature'
. - Push the branch:
git push origin feature-branch-name
. - Submit a pull request.
This project is licensed under the MIT License. For more information, check the LICENSE file.