Kumi
32e362cde8
- Introduced new components: DomainForm, Domains, Home, Login, Offers, Register. - Added axios setup for API calls in a separate api.js file. - Set up environment variables in .env.local.dist for API base URL and port. - Enhanced App.js to use a Routes component for routing. - Replaced README.md content with empty template. - Updated package dependencies to include axios, jwt-decode, and react-router-dom. - Added a PrivateRoute component to guard private routes. - Added .vscode/launch.json for easier debugging with VS Code. - Added LICENSE file. These changes enable user authentication, domain creation, listing, and offer viewing within the app. This sets up a scalable foundation for managing domain-related features and user access control.