Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.57 KB

README.md

File metadata and controls

74 lines (44 loc) · 1.57 KB

React Tours App

Description

The React Tours App is a web application built using React that displays a list of tour destinations. Users can remove tours they are not interested in and refresh the list.

Features

  • View a list of tour destinations
  • Remove tours from the list
  • Refresh the list of tours

Preview

image

Technologies Used

  • React
  • CSS
  • Data from JSON

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/react-tours-app.git
  2. Navigate to the project directory:

    cd react-tours-app
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your web browser and navigate to http://localhost:3000 to view the app.

Usage

  1. Browse the list of tour destinations.
  2. Click the "Not Interested" button to remove a tour from the list.
  3. If all tours are removed, click the "Refresh" button to restore the original list.

Data Source

Tour data is sourced from the data.js file. Modify this file to add or update tour information.

Contributing

Contributions are welcome! If you find any issues or would like to enhance the app, feel free to submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Designed and developed by Surya Pratap Singh