Hey! Just to let you know, the JS Meetup was a great success after getting a backend developer to complete the serverside of the application. But you did great completing the entire frontend of the application. You created a complete Event Registration website, which lets users sign up the events, while learning some really important concepts, such as building reusable ES6 modules, making AJAX requests while handling asynchronous code using Promises, creating beautiful charts out of data, and of course, the classic form validation with a validation service.
The backend code was also written with JavaScript (Node.js), so you might really be interested in writing serverside code. But sadly, as I mentioned earlier, Node.js is beyond the scope of this book. Actually, you can do some really cool things with plain JavaScript, although many people...