# Install dependencies
npm install
# Development mode
npm run dev
# Production build
npm start# Install dependencies
npm install
# Start development server
npm start| Frontend | Backend |
|---|---|
| React | Node.js + Express |
| Redux Toolkit | Socket.IO |
| CSS Modules | TypeScript |
| Axios | MongoDB |
This project is MIT licensed 📝
Contributions are always welcome! To contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a pull request