caffeinateddomains-frontend/.vscode
Kumi 32e362cde8
feat(routing): add routes and components for domain management
- 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.
2024-08-02 18:17:54 +02:00
..
launch.json feat(routing): add routes and components for domain management 2024-08-02 18:17:54 +02:00