Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 2.21 KB

README.md

File metadata and controls

60 lines (35 loc) · 2.21 KB

Horizon App 🚀

This repository contains a web application built using the following technologies:

  • Next.js: A React framework for server-side rendering and static site generation. ⚛️

  • TypeScript: A typed superset of JavaScript that helps with code reliability and readability. 📘

  • Appwrite: An open-source backend as a service for managing databases, authentication, and more. 🛠️

  • Plaid: A service to securely connect and interact with user bank accounts. 💳

  • Dwolla: An API for facilitating bank transfers. 💸

  • React Hook Form: A library for managing form state and validation in React. 📝

  • Zod: A TypeScript-first schema declaration and validation library. ✅

  • TailwindCSS: A utility-first CSS framework for rapid UI development. 🎨

  • Chart.js: A JavaScript library for creating dynamic charts and graphs. 📊

  • ShadCN: A component library that enhances the user interface. 🖼️

Thanks to JS Mastery for this amazing masterclass tutorial! 🙏 🌟

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.