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

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

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.