App for add create and list events.
To install dependencies:
$ npm install
To run the server:
$ npm run serve
To get json-server, which we use for our mock database (Starting on API calls with Axios)
$ npm install -g json-server
To run the mock database
$ json-server --watch db.json
- Change main font size for to 16px
- Fix errors
- Add route to
event/create
with nameevent-create
- Fix/Add styles for EventCard
- Add remove event
- Add 404 personalized page
- When add a event redirect to event detail
- Change pagination to 6 per page