https://github.com/stephenhillier/springfield
Sign up for activities at Springfield Community Centre
https://github.com/stephenhillier/springfield
interview-test
Last synced: 4 months ago
JSON representation
Sign up for activities at Springfield Community Centre
- Host: GitHub
- URL: https://github.com/stephenhillier/springfield
- Owner: stephenhillier
- Created: 2018-03-28T06:12:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T06:49:41.000Z (about 7 years ago)
- Last Synced: 2025-01-07T08:12:37.140Z (5 months ago)
- Topics: interview-test
- Language: Vue
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Springfield Community Centre
Sign up for activities at Springfield Community Centre**Demo**: [https://islandcivil.com](https://islandcivil.com)
This simple web app is built with Vue.JS. The app entry points are ```src/main.js``` and ```src/App.vue```,
but most of the business logic in ```src/components/SpringfieldBody.vue```. To mock an API, signups are
stored in and fetched from localStorage.The form displays an error if you try to enter an email address that was already registered.
There are some simple unit tests in the ```test/unit``` folder. To run them, run ```npm run test``` from the root folder.