-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fee6586
commit a07658f
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,41 @@ | ||
# Rent'n'Roll | ||
|
||
Application for a company that provides car rental services in Ukraine. | ||
The application consists of 3 pages: | ||
|
||
- Home - a page with a general description of services provided by the company. | ||
- Catalog - a page containing a catalog of cars of various configurations, | ||
which the user can filter by brand, price per hour of car rental and | ||
the number of kilometers covered by the car during its operation (mileage). | ||
Clicking on Learn more button, a modal window opens with detailed information | ||
about the car and its rental conditions. | ||
- Favorites - a page with ads that have been added to favorites by the user. | ||
|
||
!### The technology stack used in the project: | ||
|
||
<code><img height="55" src="https://user-images.githubusercontent.com/25181517/192158954-f88b5814-d510-4564-b285-dff7d6400dad.png" alt="HTML" title="HTML" /></code> | ||
<code><img height="55" src="https://user-images.githubusercontent.com/25181517/183898674-75a4a1b1-f960-4ea9-abcb-637170a00a75.png" alt="CSS" title="CSS" /></code> | ||
<code><img height="55" src="https://user-images.githubusercontent.com/25181517/117447155-6a868a00-af3d-11eb-9cfe-245df15c9f3f.png" alt="JavaScript" title="JavaScript" /></code> | ||
<code><img height="55" src="https://user-images.githubusercontent.com/25181517/183897015-94a058a6-b86e-4e42-a37f-bf92061753e5.png" alt="React" title="React" /></code> | ||
<code><img height="55" src="https://user-images.githubusercontent.com/25181517/187896150-cc1dcb12-d490-445c-8e4d-1275cd2388d6.png" alt="Redux" title="Redux" /></code> | ||
<code><img height="55" src="https://avatars.githubusercontent.com/u/32372333?s=48&v=4" alt="axios" title="axios" /></code> | ||
<code><img height="55" src="https://user-images.githubusercontent.com/25181517/192108891-d86b6220-e232-423a-bf5f-90903e6887c3.png" alt="Visual Studio Code" title="Visual Studio Code" /></code> | ||
<code><img height="55" src="https://user-images.githubusercontent.com/25181517/189715289-df3ee512-6eca-463f-a0f4-c10d94a06b2f.png" alt="Figma" title="Figma" /></code> | ||
<code><img height="55" src="https://user-images.githubusercontent.com/25181517/192108372-f71d70ac-7ae6-4c0d-8395-51d8870c2ef0.png" alt="Git" title="Git" /></code> | ||
<code><img height="55" src="https://user-images.githubusercontent.com/25181517/192108374-8da61ba1-99ec-41d7-80b8-fb2f7c0a4948.png" alt="GitHub" title="GitHub" /></code> | ||
|
||
## Deploy | ||
|
||
The frontend part of the web-app is deployed on gh-pages. | ||
|
||
```javascript | ||
"https://ludmilka-k.github.io/rent-n-roll/"; | ||
``` | ||
|
||
## Backend | ||
|
||
The backend for development is created using the UI service. | ||
|
||
```javascript | ||
"https://mockapi.io/"; | ||
``` |