Skip to content

pradipbhatt/iCEC-Page

Repository files navigation

🌍 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:

  • Email: icecfwu@fwu.edu.np
  • Phone: +977 9810652734
  • 📍 Location: iCEC-FWU, Mahendranagar, Nepal

🎨 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

  • Docker installed on your machine

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).