Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rukivbruki committed May 6, 2023
1 parent c140a72 commit b753b84
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
This web application allows users to explore accommodations in different cities, view property details, rate them, and add them to their favorites. The application is built using modern web technologies, ensuring a responsive and intuitive user experience.

**Features:**
- Explore various cities and their accommodations
- View detailed information about rental properties
- Rate and review accommodations
- Add accommodations to a favorites list
- Responsive design for different devices

**Installation and Usage:**

To get started with the project, follow these steps:

1. Clone the repository
```
git clone https://github.com/yourusername/repository-name.git
```

2. Install dependencies
```
npm install
```

3. Start the development server
```
npm start
```

4. Build the application for production
```
npm run build
```

5. Run tests and linting
```
npm test
```

0 comments on commit b753b84

Please sign in to comment.