Users click a location on a map where an event (concert, dinner at a restaurant, etc.) occurred and record memories they wish to save from the event. The app uses geolocation to pinpoint the user's location and local storage to save input data.
--> Check out the project here <--
- JavaScript
- CSS
- HTML
- Leaflet/OpenStreetMap API
- Saves information in local storage
- Reset button to delete saved information
- Map pans to memory when clicked
I built this very basic project in order to learn how to use third-party APIs, JS classes, and local storage features. This was one of the first projects I built using JavaScript. Besides learning more about JavaScript, my goal was to practice using CSS to create a polished user interface.
- User accounts to save memories in a database
- Multiple users can add memories to an event
- Edit/delete a specific event (no reset all button)
- Responsive design
Bryan Turner