Welcome to Avirat Escapes, a travel and adventure platform built with ReactJS. Discover and contribute to this project that simplifies travel and adventure planning. The website also has an Authentication feature.
Avirat Escapes is a ReactJS-based project that offers travel enthusiasts a streamlined way to plan their adventures. It includes features like tour packages, trekking adventures, and campsite getaways. Explore it at https://aviratescapes.netlify.app/.
To get started with this project:
- Clone the repository:
git clone https://github.com/your-username/aviratescapes.git
- Install dependencies:
npm install
- Start the development server:
npm start
- Visit
http://localhost:3000
in your browser.
We welcome contributions! If you'd like to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b my-feature-branch
. - Make your changes and commit them:
git commit -m "Add new feature"
. - Push to the branch:
git push origin my-feature-branch
. - Submit a pull request.
This project is licensed under the MIT License.