Skip to content

Latest commit

 

History

History
260 lines (174 loc) · 11 KB

README.md

File metadata and controls

260 lines (174 loc) · 11 KB


BitBox

📊 Project Metrics

⭐ Stars 📌 Forks 🐞 Issues 📬 Open PRs 📫 Closed PRs
Stars Forks Issues Open Pull Requests Closed Pull Requests

Rocket Contents

Rocket Overview

BitBox is a platform designed to make it easy for developers to upload, share, and collaborate on projects. Users can showcase their work, connect with others, and learn from the community's shared knowledge.

📦 Built With

  • React.js
  • Node.js
  • TailwindCSS

Rocket Features

  • Project Upload: Easily upload your projects to the platform.
  • Project Discovery: Explore a wide range of projects shared by other users.
  • Collaboration: Share feedback and collaborate with developers.
  • Learning: Learn from shared projects and contribute to community knowledge.

🛠️ Getting Started

Prerequisites

To run BitBox locally, ensure you have npm installed:

npm install npm@latest -g

Installation

  1. Clone the repository:
git clone https://github.com/Anuj3553/BitBox.git
  1. Install NPM packages for both client and server:
cd client
npm install
cd server
npm install

Running the Project

  1. Open the first terminal and start the client:
cd client
npm run dev
  1. Open the second terminal and start the server:
cd server
cp .env.sample .env
npm run dev

Rocket Contribution

We welcome contributions! Follow these steps to contribute:

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

Don't forget to give this project a star if you found it helpful!

Detective Contact

Project Admin⚡


HARSHIT SINGH

Project Mentors ✨


GUNJESH KUMAR


NEHA BARNWAL

Main Contributor 🧩


ANUJ VERMA

For any inquiries, feel free to reach out:

Email: [email protected]

Project Link: BitBox GitHub Repository

📋 Participating Programs

Name Logo Purpose
GSSoC'2024-Extd GSSoC Logo The coding period is from October 1st to October 30th, during which contributors make contributions and earn points on the platform.
Hacktoberfest 2024 Hacktoberfest Logo Hacktoberfest is a month-long October event welcoming all skill levels to join the open-source community.

📝 Acknowledgments

Crown Highlighted Main Contributors:

+ 🌟 Anuj Verma: Handling Frontend, Backend, and DevOps responsibilities, contributing to a seamless integration and deployment process.
+ 🌟 Harshit Singh: Backend API development and database optimizations. 
+ 🌟 Jitendra Kumar: Significant contributions in frontend development.

Our Valuable Contributors ❤️

Thank you for contributing to our repository

Stargazers ⭐

Stargazers repo roster for @Bitbox-Connect/Bitbox

Forkers 📌

Forkers repo roster for @Bitbox-Connect/Bitbox


License 📁

This project is licensed under the MIT License. You are free to use, modify, and distribute it under the terms of the MIT License.

Happy Coding 👨‍💻🚀✨