Code Monkey home page Code Monkey logo

firstspot's Introduction

FirstSpot (Heven for Travellers)

PROJECT DESCRIPTION AND OUTLINE

=> Introduction
Our website named, First spot is designed for the same, tourists can now explore new destinations where a guide will always be there to help you explore new paths and you can create your own paths as well. Planning a multi-city trip that not only helps you relax but also stirs in an extra element of excitement since you get to explore new destinations on the go.

image

=> About Introduction and Techniques
• Search with filters- A search filter is a specific attribute a tourist can use to refine the search results. Customers are not always sure of what they want for which we are providing this feature where you can choose your tourist guide with filters where you can sort them as per your preferences such as by user ratings, alphabetical order and as per your budget.

• Login/Sign up- Clicking ‘Sign Up’ button must invoke a Sign Up form. Sign Up form consists of two registration options that must be toggled by using tabs. Tourist Sign-Up option must be selectable for registration of a tourist user profile. Tourist Guide Sign-Up option must be selectable for registration of a Tourist Guide user profile.

• Feeling lucky- Feeling lucky is an additional features that keeps our users thinking about, what spot to go next. It gives them some most random location to pack their bags and go on for an adventurous journey.

• Explore- Explore is the unique feature of our website which help visitors to create their own route apart from the premade routes in this feature visitor will be able to create their own route to their destination and if visitor need an suggestion to Explore they can also contact the verified guide and with their guidance can create their safe and happy journey

• Predefined routes- Pre-defined routes are the routes that are already defined by our guides, so you don't have to go through the hustle of creating your own route and spending hours in managing the timings.

• Help from Tourist guides- You can choose your own tourist guide who can help you create the most convenient routes for better exploring. They will always be available in chat to solve your queries regarding any paths or destination

=> Objective of the Work
The Primary Aim of our website to make it easy for the tourists to Explore, manage plans and contact with popular tourists guide to make their trip easy, convenient and safe.

⭐ How to get started with open source?

You can refer to the following articles on the basics of Git and Github.

Contributing 👨‍💻

💥 How to contribute

  • Take a look at the existing Issues or create a new issue!
  • Fork the Repo. Then, create a branch for any issue that you are working on. Finally, commit your work.
  • Create a Pull Request (PR), which will be promptly reviewed and given suggestions for improvements by the community.
  • Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR.
  • DON'T CREATE PRs WITHOUT CREATING ISSUE AND GETTING ASSIGNED

⭐ How to make a pull request (PR)

1. Start by making a Fork of the firstspot repository. Click on the Fork symbol at the top right corner.

2. Clone your new fork of the repository in the terminal/CLI on your computer with the following command:

git clone https://github.com/<your-github-username>/firstspot

3. Navigate to the newly created firstspot project directory:

cd firstspot

4. Set upstream command:

git remote add upstream https://github.com/jaysomani/firstspot

5. Create a new branch:

git checkout -b YourBranchName

6. Sync your fork or your local repository with the origin repository:

  • In your forked repository, click on "Fetch upstream"
  • Click "Fetch and merge"

7. Make your changes to the source code.

8. Stage your changes and commit:

⚠️ Make sure not to run the commands git add . or git add *. Instead, stage your changes for each file/folder

git add public
git commit -m "<your_commit_message>"

9. Push your local commits to the remote repository:

git push origin YourBranchName

10. Create a Pull Request!

11. Congratulations! You've made your first contribution to firstspot! 🙌🏼

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.