Reactivities is a modern social platform where users can create, discover, join, and manage community activities.
The project is built using ASP.NET Core for the backend and React for the frontend.
- User registration and login
- Create, edit, and delete activities
- Browse upcoming activities
- Join and leave activities
- Activity details page
- Community-focused interaction
- Clean and organized backend architecture
- ASP.NET Core Web API
- C#
- Entity Framework Core
- React
- JavaScript / TypeScript
- npm
Reactivities/
├── API/ # Web API layer
├── Application/ # Business logic / application services
├── Domain/ # Core domain entities
├── Infrastructure/ # External services and implementations
├── Persistence/ # Database context and data access
├── client/ # React frontend
├── Reactivities.sln
└── README.md