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
nodemon index.js
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:
- Anuj Verma
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
Email: [email protected]
Highlighted Main Contributors:
+ 🌟 Harshit7492: Backend API development and database optimizations.
+ 🌟 Jitendra Kumar: Significant contributions in frontend development.