Appsmith tutorial: Building an anime information and voting application

Pradyuman Dixit
10 min readOct 20, 2021

Build an anime application

This tutorial assumes you have basic familiarity with Appsmith. If not, please create an account to get started. It is very easy to get started with it. Here are some good resources.

Main features

  • Page 1:
    Search for an anime from a list of available titles (display name, source, dynamic wallpaper)
    Like / Dislike a title of your choice
  • Page 2:
    See top rated anime

What you will learn

  • Building a more complex application using Appsmith
  • Build multiple pages for your application
  • Connecting an API as a data source
  • Connecting MsSQL database as a data source
  • Binding dynamic data from your database / API to your application widgets
  • Learn about TreeSelect, List, Image, IconButton and other widgets

Application

You can check the complete application from the tutorial here.

Here are some preview screenshots from the application we would be building towards:

--

--