pradipbhatt / iCEC-Page

# Hacktoberfest 2024 accepted
https://icec.vercel.app
1 stars 17 forks source link
hacktoberfest hacktoberfest-2024 hacktoberfest-accepted hacktoberfest2024

๐ŸŒ Hacktoberfest 2024: Innovative Computer Engineering Club (iCEC-FWU) ๐Ÿš€

Welcome to the Hacktoberfest 2024 repository of the Innovative Computer Engineering Club (iCEC-FWU)! ๐ŸŒŸ

Join us in celebrating open-source contributions, and letโ€™s build something amazing together.

This project provides a minimal setup for React with Vite.

๐Ÿ‘‰ Donโ€™t forget to star โญ this repository if you find it interesting and useful! Your support means a lot to us!

๐ŸŽ‰ About Us

๐Ÿ’ป Innovative Computer Engineering Club (iCEC-FWU)

Since 2023, iCEC-FWU has been a hub for Computer Engineering students at Far Western University to connect, learn, and grow together. We host a variety of events like workshops, talkshows, and seminars to help our members excel in their engineering journey.

๐Ÿ“ฌ Contact Us:

๐ŸŽจ How to Contribute

Weโ€™d love to see your contributions! Hereโ€™s how you can get started:

  1. Fork the Repository ๐Ÿด

    • Click the "Fork" button at the top right to create a copy of the project under your GitHub profile.
  2. Clone Your Fork ๐Ÿ–ฅ๏ธ

    git clone https://github.com/your-username/your-forked-repo.git

Create a New Branch ๐ŸŒฟ

git checkout -b feature/your-feature-name

Make Changes and Commit ๐Ÿ“„

Donโ€™t forget to add a clear and descriptive commit message:

git commit -m "Add feature: your-feature-name"

Push Your Changes ๐Ÿš€

git push origin feature/your-feature-name

Docker Setup for icec Project

This guide explains how to build a Docker image, run a container, and manage the project using Docker.

Prerequisites


1. Build the Docker Image

Run the following command in the project directory (where the Dockerfile is located):

docker build -t icec-app .

2. Run the Docker Container

docker run -p 8000:8000 icec-app

You can now access the app at port 8000.

Open a Pull Request ๐Ÿ”€

Go to the original repository and click โ€œNew Pull Requestโ€ to submit your changes for review.

๐Ÿ“‹ Contribution Guidelines

To maintain a healthy, collaborative environment, please adhere to the following guidelines:

Be Respectful ๐Ÿ™Œ: Show consideration for all contributors.

Stay Focused ๐ŸŽฏ: Keep discussions relevant to the project.

No Spam ๐Ÿšซ: Keep the platform free of unrelated promotions.

Follow Our Code of Conduct: Letโ€™s foster a supportive community!

๐Ÿ“Š Suggested Graphics and Improvements

Adding visual elements can enhance the documentationโ€™s readability and engagement. You can:

Include diagrams or charts to illustrate how to set up the project or contribute. Use emojis ๐Ÿ› ๏ธ๐Ÿ”ฅ๐ŸŽจ throughout for a more inviting and fun documentation style. Add screenshots or gifs of the project in action to give contributors a visual preview.

Our Top Contributors

๐Ÿ“œ License

This project is licensed under the MIT License.

๐Ÿค— Get Involved! Participating in Hacktoberfest 2024 means youโ€™ll be part of a global community dedicated to open-source.

Every contribution counts, and weโ€™re excited to see what you bring to the table. Whether youโ€™re a seasoned developer or a newcomer, thereโ€™s a place for you here at iCEC-FWU.

๐Ÿ‘‰ Star this repository โญ to support our community and stay updated on our latest improvements and contributions!

๐ŸŒ Connect With Us! Weโ€™re always here to help and answer any questions. Reach out through our contact details above or drop by our club in person!

Letโ€™s make this Hacktoberfest the best one yet! ๐ŸŒ๐Ÿ’–

ยฉ 2024 Innovative Computer Engineering Club (iCEC-FWU).