Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shruti3004/cab_service
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.
https://github.com/shruti3004/cab_service
bootstrap es6 expres nodejs nodemailer optimization progressive-web-app react-bootstrap reactjs seo
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/shruti3004/cab_service
- Owner: Shruti3004
- License: mit
- Created: 2020-12-14T09:37:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T21:36:57.000Z (almost 3 years ago)
- Last Synced: 2024-04-18T06:22:37.553Z (9 months ago)
- Topics: bootstrap, es6, expres, nodejs, nodemailer, optimization, progressive-web-app, react-bootstrap, reactjs, seo
- Language: JavaScript
- Homepage: https://www.taxiinvaranasi.in
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vinayaka Travels
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 :rocket:
##### `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/
Chrome Lighthouse Report :rocket:
Project Maintainer