https://github.com/dkress59/ifound-maps
React.JS Front-End for www.ifound.one
https://github.com/dkress59/ifound-maps
Last synced: 2 months ago
JSON representation
React.JS Front-End for www.ifound.one
- Host: GitHub
- URL: https://github.com/dkress59/ifound-maps
- Owner: dkress59
- Created: 2020-05-18T07:49:27.000Z (about 5 years ago)
- Default Branch: public
- Last Pushed: 2020-12-29T22:00:48.000Z (over 4 years ago)
- Last Synced: 2025-01-29T20:54:58.185Z (4 months ago)
- Language: JavaScript
- Size: 2.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iFound.one
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This Web App is almost progressive, solely the no-js prerender still needs to be added. [Check it out!](https://www.iFound.one)### Front-End
This is the repository for the app's Front-End. Heavy use of OpenStreetMap and Leaflet.js which I am a big fan of, and therefore also of MapBox. I had just switched to Functional Components and Hook Calls with React.js, so you won't find a very diverse programming paradigm.
The Front-End currently runs on [Heroku](https://www.heroku.com), where it was deployed with the [create-react-app-buildpack](https://github.com/mars/create-react-app-buildpack), but I am thinking about moving it to a Apache Server that I own.
__Please keep in mind this was a prototype development process, and it was wrapped up in just a few days.__### To Do
* Move localStorage logic to ServiceWorker
* Add Push Notifications for PWA installs
* Redesign whole UX
* Add Pagination to Gallery
* And remove all Bootstrap Dependencies
* Add Unit Tests
* Turn off Morgan
* Also remove nodemon from project