Skip to content

webdevtut/detour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues MIT License LinkedIn


Logo

Détour

Tourism & Travel Guide Website
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Détour Screen Shot

Basic Tours and Travel Guide Web application created from scratch for self-learning and showcase purpose.

Features :

  • 3D Interactive Globe for location 🌏

Détour Globe Feature

  • Payment Integration with Stripe

Détour Globe Feature

  • Foolproof authentication with JWT and cookies 🍪
  • Responsive for multiple screens 😄

(back to top)

Built With

Following Frameworks are used to make this project

  • HTML
  • Node
  • EXPRESS
  • MONGODB
  • CSS
  • SASS

(back to top)

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

Install Node v14+

  • npm
    npm install npm@latest -g

Installation

  1. Install NPM packages
    npm install
  2. Install live-server package globally
    npm i live-server -g
  3. Run below command in cloned project directory
    npm run start:dev

(back to top)

Usage

Create an account on deployed website to see the example🤗.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Create Pure CSS Popup
  • Sign-up & Login Functionality
  • Interactive 3D Globe 🌏 Map Integration
  • Use SASS Mixins to create Responsive Template
  • Use Pug Templates, Express JS, NodeJS, MongoDB to Create Dynamic website.👩‍💻
  • Add Features for User Accessibility
    • Camera access on device for taking pictures and uploading straight from device

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @tushar-web-dev - [email protected]

Project Link : https://d-tour.up.railway.app

Postman Live APIs : https://www.postman.com/tushar-web-dev/workspace/webdevtut/collection/26226268-3a26f6c4-af80-40c0-87f9-fcf7e5806cf9?action=share&creator=26226268

Repository for NodeJS APIs is not public contact me for collaboration. Udemy Certificate for NodeJS Course

(back to top)

Acknowledgments

Links I've found useful while building this project

(back to top)