Git Product home page Git Product logo

shruti3004 / taxi_varanasi Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 15.59 MB

Book a cab in Varanasi with us for the lowest fare and most efficient car hire and taxi service. Hire us to visit Kashi Vishwanath, Ganga Aarti, Sarnath Darshan and many more places inside as well as near Varanasi and take your touring experience to another level.

Home Page: https://www.taxiinvaranasi.in

JavaScript 83.48% HTML 5.65% CSS 10.87%

taxi_varanasi's Introduction

Taxi in Varanasi

Planning a trip to Varanasi?

Book a cab in Varanasi with us for the lowest fare and most efficient car hire and taxi service. Hire us to visit Kashi Vishwanath, Ganga Aarti, Sarnath Darshan and many more places inside as well as near Varanasi and take your touring experience to another level.

Technology Used

  • Bootstrap 4.x
  • ReactJS
  • Nodejs
  • Expressjs

Using React hooks to improve the app performance

  • React Hooks are the way to use stateful functions inside a functional component. Functional components are components written as a function, so they take some input (props) and return a react element.
  • More information https://reactjs.org/docs/hooks-intro.html
  • Using React Hooks will improve the performance of our project as it uses memorization techniques to avoid re-rendering of the component.

Quick Start ๐Ÿš€

Install server dependencies

npm install

Install client dependencies

cd client npm install

Run both Express & React from root

npm run dev

Build for production

cd client npm run build

Test production before deploy.
After running a build in the client point_up_2, cd into the root of the project. And run..

NODE_ENV=production node app.js Check in browser on http://localhost:8080/

taxi_varanasi's People

Contributors

shruti3004 avatar

Watchers

 avatar

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.