Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basantech89/velotio-search-app
https://github.com/basantech89/velotio-search-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/basantech89/velotio-search-app
- Owner: basantech89
- Created: 2020-04-01T11:33:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:13:09.000Z (about 2 years ago)
- Last Synced: 2023-03-08T05:16:29.446Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.73 MB
- Stars: 0
- 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