Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhnvrm/meetup
Meetup App - Udacity Nanodegree Project
https://github.com/rhnvrm/meetup
Last synced: about 1 month ago
JSON representation
Meetup App - Udacity Nanodegree Project
- Host: GitHub
- URL: https://github.com/rhnvrm/meetup
- Owner: rhnvrm
- Created: 2016-10-20T19:27:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T17:44:15.000Z (about 8 years ago)
- Last Synced: 2024-05-02T06:05:53.025Z (6 months ago)
- Language: HTML
- Homepage: https://rhnvrm.github.io/meetup/build
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meetup App - Udacity Nanodegree Project
A responsive web application that allows the user to establish a meet-up event.
The goal was to create a demo app that is a joy to use on both desktop and mobile. The application allows someone to name their event, search for a host location, set the capacity of the event, the start and end times, and input a description of the event. The app does not have a real backend but makes use of the browser's local storage.
## Live Demo
[https://rhnvrm.github.io/meetup/build](https://rhnvrm.github.io/meetup/build)
## Development
### Requirements
1. Node
2. Gulp### Building
1. Run `node install`
2. Run `gulp` to build the project.
3. Distribute the contents of the `/build` folder.