Bank Website

screenshot of Bank Website
react
ant-design
strapi

Built with Anima: A functioning bank app powered by Anima & Strapi

Overview:

The article discusses the redesign of SVB's banking dashboard using Anima's open source Component Library for Figma and integrating it with Strapi's headless CMS. It highlights how Anima enables R&D teams to expedite the development of React apps by incorporating popular open source libraries like Ant Design, MUI, and Recharts into Figma. The tutorial also provides instructions for running the app locally and deploying it on services like Netlify.

Features:

  • Open source Component Library for Figma: Anima provides a comprehensive library of components for Figma, including popular open source libraries like Ant Design, MUI, and Recharts.
  • Integration with Strapi's headless CMS: The app connects to Strapi's headless CMS to fetch and manage data for the banking dashboard.
  • Fast React app development: By leveraging Anima's component library and integration with Figma, R&D teams can accelerate the development process for React apps.

Summary:

The article showcases the redesign of SVB's banking dashboard using Anima's component library for Figma and integration with Strapi's headless CMS. It highlights the benefits of Anima in enabling faster React app development and provides step-by-step instructions for installing and deploying the app. The integration with Strapi's CMS allows for the seamless management and fetching of data for the banking dashboard.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

strapi
Strapi

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.

netlify
Netlify

Netlify is a cloud-based web development platform that provides a range of tools and services to help developers build, deploy, and manage modern web applications. It offers features such as continuous deployment, serverless functions, and CDN hosting, making it an ideal platform for building fast, scalable, and secure websites.

recharts
Recharts

Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.