as1733 / as1733/RentManagementSystem

creating a new page for properties

Open
#20 4 comments 0 reactions 1 assignee Claimed by @Hridey79 View on GitHub
hacktoberfest hacktoberfest2021 react
Dominant language
JavaScript
Stars
7
Forks
11
PR merge metrics
No merged PRs in 30d

Description

On clicking the image on the property cards , a new page should open up this page contain information related to the property clicked .

Information which should be there (required) :

1. NavBar,
2. City Name ,
3. Owner Name ,
4. Property Image carousel

for now please use a dummy json to show the working

```
[
{ 'cityName':'Delhi',
'Owner':'Mr X',
'PropertyImages':['sample1.jpg','sample2.jpg' ]

},
{ 'cityName':'New York',
'Owner':'Mr Y',
'PropertyImages':['sample3.jpg','sample4.jpg']

}

]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.