Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utkarsh212/tours
Tours is a react application to manage your travel plans. It ises fetch API to fech data for running travel packages around the world. You can choose one of the tours as per your interests.
https://github.com/utkarsh212/tours
fetch-api fro front-end-development localstorage reactjs tailwindcss
Last synced: 24 days ago
JSON representation
Tours is a react application to manage your travel plans. It ises fetch API to fech data for running travel packages around the world. You can choose one of the tours as per your interests.
- Host: GitHub
- URL: https://github.com/utkarsh212/tours
- Owner: Utkarsh212
- Created: 2023-01-10T10:18:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T11:00:50.000Z (about 2 years ago)
- Last Synced: 2024-04-28T04:42:35.537Z (9 months ago)
- Topics: fetch-api, fro, front-end-development, localstorage, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://tours-ct.netlify.app/
- Size: 938 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tours Journal
- Tours is a react application to manage your travel plans. It ises fetch API to fech data for running travel packages around the world. You can choose one of the tours as per your interests.## 🚀 Features
- Uses Fetch API to fetch tours data
- Users have the option to show or revoke their interest
- Uses localStorage API to store Response Data to avoid unnecessary API calls## 🧰 Technologies Used
- ReactJS
- Fetch API
- Tailwind CSS## 👀 Preview
### [Live Link](https://tours-ct.netlify.app/)
![Preview](/public/preview-image.png)
## 🧰 Installation
Follow these commands to get your app ready with installation.
```bash
git clone https://github.com/Utkarsh212/Tours.git
``````bash
npm install
```To run your app, use this command.
```bash
npm run dev
```## 🎇 Contributing
If you find bugs with this project, pull requests are always welcome. You can [create an issue here](https://github.com/Utkarsh212/Tours/issues/new).
Your :star: is also greatly appreciated.[Checkout my GitHub profile and view some more awesome projects](https://github.com/Utkarsh212)