https://github.com/basantech89/velotio-search-app
https://github.com/basantech89/velotio-search-app
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/basantech89/velotio-search-app
- Owner: basantech89
- Created: 2020-04-01T11:33:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:13:09.000Z (over 3 years ago)
- Last Synced: 2025-03-17T20:15:39.718Z (about 1 year ago)
- Language: JavaScript
- Size: 4.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Search App
The code alos has answers to first two questions in the root directory as q-1.js and q-2.js
### Run
App is deployed at ``https://velotio-client-app.herokuapp.com/``
### Tech Stack
Frontend - React, React Redux, Bootstrap, Reactstrap, Styled-components
Backend - Json-server faked with 1000 companies
### Deployment
heroku login
heroku git:clone -a velotio-client-app
cd velotio-search-app
git add .
git commit -am "make it better"
git push heroku master