CodeStores is a platform where users can quickly find and integrate ready-made projects across multiple technologies like MERN, Python, Java, and AI/ML. It provides an easy-to-use interface for browsing, searching, and managing projects efficiently.
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express.js
- Database: Firebase
- Icons: Lucide React
- Hosting: Vercel
- 🔍 Search & Filter Projects by category and technology
- 🎨 Dark Mode Support for better UI experience
- ⚡ Admin Dashboard to add/delete projects dynamically
- 🖼️ Project Details Page with images, tech stack, and difficulty levels
- ✉️ Contact Form to receive messages using Web3Forms API
# Clone the repository
git clone https://github.com/SimpleCyber/CodeStores.git
cd CodeStores
# Install dependencies
npm install
# Start the development server
npm run dev- Push the repository to GitHub
- Import the project on Vercel
- Set the build settings:
- Install Command:
npm install - Build Command:
npm run build - Output Directory:
build
- Install Command:
- Click Deploy
- The admin dashboard allows adding, updating, and deleting projects.
- Data is fetched dynamically and displayed in a structured UI.