HotSpotter is a React app serviced by an Rails API backend that finds nearby wifi hotspot locations in the NYC area. This app is intended to help students complete their remote learning responsibilities but are hindered by a lack of internet access at home. Demo video can be viewed here.
Some of the features of this app include:
- Ruby version:
2.6.1
- Rails version:
6.0.3
- Database:
postgresql
- React version:
16.13.1
- React Router version:
5.2.0
- Redux version:
7.2.1
- Thunk version:
2.3.0"
- Google Maps React API version:
2.0.6
- run
bundle exec rails db:prepare
- run
npm install
oryarn install
- run
bundle exec rails s
- in another tab run
./bin/webpack-dev-server
(optional) - navigate to
http://localhost:3000
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)