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.
- View a list of tour destinations
- Remove tours from the list
- Refresh the list of tours
- React
- CSS
- Data from JSON
-
Clone the repository:
git clone https://github.com/your-username/react-tours-app.git
-
Navigate to the project directory:
cd react-tours-app
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and navigate to http://localhost:3000 to view the app.
- Browse the list of tour destinations.
- Click the "Not Interested" button to remove a tour from the list.
- If all tours are removed, click the "Refresh" button to restore the original list.
Tour data is sourced from the data.js
file. Modify this file to add or update tour information.
Contributions are welcome! If you find any issues or would like to enhance the app, feel free to submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Designed and developed by Surya Pratap Singh