Simple React.js website for exercise
User can login and redirect to homepage with this route
It's route for homepage after user succes login
For search cars with some criteria, use this route
Exercise for upload image in React
Some features are available
Authentication using @react-oauth/google
for better life
Clean state management with react-redux
, data user and cars is handled with Redux
- Get data cars from
http://api-resto-auth.herokuapp.com/cars
- User login using
https://api-resto-auth.herokuapp.com/api/v1/user/login
, but for - User google login with
https://api-resto-auth.herokuapp.com/api/v1/auth/google
Make UI website better
Clone repo to running this project:
In the project directory, you can run: