Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.23 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.23 KB

React Finance App for Banking or Crypto project

Table Of Contents

About The Project

Finance SPA suited for banking, payment, crypto app

Built With

ReactJS, TypeScript, TailwindCSS, Vite

Lesson Learned

Building a React app with TypeScript and TailwindCSS, storing variable in Local Storage (theme)

Optimizations

Using the React Context API to pass down theme for the dark/light theme switching feature to avoid props drilling, essentially enable theme as global props

Demo

App available at: https://react-finance-app-zeta.vercel.app/

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm

Installation

  1. Clone the repo
git clone https://github.com/td2thinh/react-finance-app.git
  1. Install dependencies
npm install

Usage

Run app

npm run dev 

App available at http://localhost:PORT