Skip to content

Commit

Permalink
added product page
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamm31 committed Feb 8, 2024
1 parent 515f3f6 commit f0d9df7
Show file tree
Hide file tree
Showing 7 changed files with 917 additions and 1 deletion.
139 changes: 139 additions & 0 deletions car-ui-react/data/db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
{
"products": [
{
"carId": 4371,
"brand": "Ford",
"model": "Contour",
"year": 1198,
"color": "Teal",
"mileage": 70.811136,
"price": 1500000,
"quantity": 100,
"tax": 1.4,
"timestamp": "2004-10-19 10: 23: 54",
"poster": "https://i.pinimg.com/736x/fa/be/08/fabe082d7ca96325961ddd6019583cb7--mystique-ford-contour.jpg",
"in_stock": true
},
{
"carId": 4548,
"brand": "Mahindra",
"model": "XUV 700",
"year": 1950,
"color": "Black",
"mileage": 13.5465,
"price": 2000000,
"quantity": 200,
"tax": 1.4,
"timestamp": "2004-10-19 10: 23: 54",
"poster": "https://www.cartoq.com/wp-content/uploads/2021/09/XUV700-Dark-Knight-edition-featured.jpg",
"in_stock": true
},
{
"carId": 1556,
"brand": "Mahindra",
"model": "Scorpio N",
"year": 1950,
"color": "Black",
"mileage": 13.5465,
"price": 15000000,
"quantity": 200,
"tax": 1.4,
"timestamp": "2004-10-19 10: 23: 54",
"poster": "https://static.autox.com/uploads/2022/06/Mahindra-Scorpio-N-exterior.png",
"in_stock": true
},
{
"carId": 4752,
"brand": "Hundai",
"model": "i20 Grand",
"year": 1925,
"color": "Blue",
"mileage": 13.5465,
"price": 12000000,
"quantity": 100,
"tax": 1.4,
"timestamp": "2004-10-19 10: 23: 54",
"poster": "https://paultan.org/image/2020/10/2021-Hyundai-i20-N-Exterior-7.jpg",
"in_stock": true
},
{
"carId": 4654,
"brand": "Tata",
"model": "Harrier",
"year": 1900,
"color": "Orange",
"mileage": 13.5465,
"price": 18000000,
"quantity": 100,
"tax": 1.4,
"timestamp": "2004-10-19 10: 23: 54",
"poster": "https://th.bing.com/th/id/OIP.5i-hWiOn_6RnqXoDoA-H2QHaEo?rs=1&pid=ImgDetMain",
"in_stock": false
},
{
"carId": 1458,
"brand": "Tata",
"model": "Safari",
"year": 1900,
"color": "Grey",
"mileage": 13.5465,
"price": 25000000,
"quantity": 200,
"tax": 1.4,
"timestamp": "2004-10-19 10: 23: 54",
"poster": "https://english.cdn.zeenews.com/sites/default/files/2022/10/31/1110417-tata-safari-classic-front.jpg",
"in_stock": true
},
{
"carId": 5467,
"brand": "Toyota",
"model": "Fortuner",
"year": 1900,
"color": "White",
"mileage": 13.5465,
"price": 6000000,
"quantity": 300,
"tax": 1.4,
"timestamp": "2004-10-19 10: 23: 54",
"poster": "https://th.bing.com/th/id/OIP.qzSsXvyXs_A9WpKfF97yJQHaFJ?rs=1&pid=ImgDetMain",
"in_stock": false
},
{
"carId": 4567,
"brand": "Tata",
"model": "Tigor",
"year": 1900,
"color": "White",
"mileage": 13.5465,
"price": 12000000,
"quantity": 100,
"tax": 1.4,
"timestamp": "2004-10-19 10: 23: 54",
"poster": "https://th.bing.com/th/id/OIP.EL6O-LdJztIEA7BuFBQWtwHaEK?rs=1&pid=ImgDetMain",
"in_stock": true
},
{
"carId": 6424,
"brand": "Hundai",
"model": "Verna",
"year": 1985,
"color": "Black",
"mileage": 13.5465,
"price": 2000000,
"quantity": 50,
"tax": 1.4,
"timestamp": "2004-10-19 10: 23: 54",
"poster": "https://imgd.aeplcdn.com/642x336/n/cw/ec/121943/verna-facelift-exterior-right-front-three-quarter.jpeg?isig=0&q=75",
"in_stock": false
}
],
"featured_products": [
{}
],
"orders": [
{}
],
"users": [
{}
]
}
Loading

0 comments on commit f0d9df7

Please sign in to comment.