An open API service indexing awesome lists of open source software.

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

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