Series Wrap-Up0:00
We've come to the end of the series, and I hope you've enjoyed it and learned something new about building frontends within Laravel. The functionality of our app is fairly minimal, but we've built a really polished frontend. If you'd like to learn more, I encourage you to extend this application and add more features. So if you need ideas for new features, be sure to check out the igdb.com website, and if you browse around here, you might get some inspiration for new features you can add to our application. So you probably noticed that we're not making use of the database in our application. That's because we're pulling all our info from the API. But if you were to extend this application and add a database and make use of Eloquent,
Ideas for Extensions0:35
That's because we're pulling all our info from the API. But if you were to extend this application and add a database and make use of Eloquent, you can add features such as a like and dislike system, maybe a comment system for games, maybe a review system for games. Maybe you can build a feature like this site, where it has aggregate data of how long it is to beat a game. Or maybe you can build a site like GameFAQs, where there is a community of people collaborating on tips and tricks on how to beat games. So with that being said, I hope you enjoyed this series, and I hope you learned something new.
