β Stars | π Forks | π Issues | π¬ Open PRs | π« Closed PRs |
- π― Overview
- π¦ Built With
- π Features
- π οΈ Getting Started
- π€ Contributing
- π§ Contact
- π Acknowledgments
- π Main Contributors
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.
- React.js
- Node.js
- TailwindCSS
- 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.
To run BitBox locally, ensure you have npm installed:
npm install npm@latest -g
- Clone the repository:
git clone https://github.com/Anuj3553/BitBox.git
- Install NPM packages for both client and server:
cd client
npm install
cd server
npm install
- Open the first terminal and start the client:
cd client
npm run dev
- Open the second terminal and start the server:
cd server
cp .env.sample .env
npm run dev
We welcome contributions! Follow these steps to contribute:
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.
β Don't forget to give this project a star if you found it helpful! β
For any inquiries, feel free to reach out:
Email: [email protected]
Project Link: BitBox GitHub Repository
- Choose an Open Source License
- GitHub Emoji Cheat Sheet
- Malven's Flexbox Cheatsheet
- Malven's Grid Cheatsheet
- Img Shields
- GitHub Pages
- Font Awesome
- React Icons
+ π 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.
This project is licensed under the MIT License. You are free to use, modify, and distribute it under the terms of the MIT License.