https://github.com/marcperez/foursquare-demo
Explore cool nearby places
https://github.com/marcperez/foursquare-demo
foursquare-api react
Last synced: 7 months ago
JSON representation
Explore cool nearby places
- Host: GitHub
- URL: https://github.com/marcperez/foursquare-demo
- Owner: marcperez
- Created: 2018-02-28T22:27:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T23:01:19.000Z (over 7 years ago)
- Last Synced: 2025-01-29T22:45:10.637Z (9 months ago)
- Topics: foursquare-api, react
- Language: JavaScript
- Homepage: https://marcperez.github.io/foursquare-demo/
- Size: 946 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foursquare-demo [](https://github.com/prettier/prettier)
Explore cool nearby places
## Live Demo
You can see this application running in the [demo page](https://marcperez.github.io/foursquare-demo/)
## How to use
```
npm start
```## Build
```
npm run build
```This will create a new build in the `dist/` folder ready for deployment.
## Tests
We use Jest as a testing platform. Run `npm test` to execute the test suite.
## TODO
- Write more tests
- Use Redux as a state container
- Add Map functionality