Developing a login page has become a straightforward task, as we have already established all the necessary features for our application. It will closely resemble the registration page.
When a user logs in we want him to be redirected to the active parking list, so let's create a new empty component for this purpose, we will implement the active parking list later.
- Create a new
src/views/parkings/ActiveParkings.jsx
component...