Finance SPA suited for banking, payment, crypto app
ReactJS, TypeScript, TailwindCSS, Vite
Building a React app with TypeScript and TailwindCSS, storing variable in Local Storage (theme)
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
App available at: https://react-finance-app-zeta.vercel.app/
To get a local copy up and running follow these simple example steps.
- npm
- Clone the repo
git clone https://github.com/td2thinh/react-finance-app.git
- Install dependencies
npm install
Run app
npm run dev
App available at http://localhost:PORT