This project is a mobile app that will bring you closer to choosing your favorite and environmentally friendly marketplace and all without using plastic bags!
React-Leaflet library for this.
Currently contains information about Warsaw and Tricity marketplaces. In the application you can locate the nearest market on the map. I use thefirebase. Please feel invited to visit the site.
Here are also my project inHere's a little teaser of how it looks:
How to run the project:
Precondition: You have installed
node.js
>= 8.xnpm
>= 5.xreact-dom
>= 16.3.xreact-leaflet
>= 2.xfirebase
>= 7.xnode-sass
>= 4.x
- Install dependencies: run
npm install
- Run
npm start
- Server should be available under
localhost:3000
by default