This project is bootstraped using Vite (React+typescript)
- git clone https://github.com/immanu10/dodo-assignment.git
- cd dodo-assignment
- npm install
- npm run dev
React, Tailwind css, react-router, Recharts(chart library)
-
Project Setup:
- Used Vite to setup the project:
npm create vite@latest
- Configuring Tailwind css: https://tailwindcss.com/docs/guides/vite
- Used Vite to setup the project:
-
Developed basic responsive app layout which include handling
Sidebar
,Header
Main Content
andNotification
Section. (used css grid layout) -
React Router setup for navigation and defined folder structer for the app.
-
Components Design and UI Development.
-
Used context api for global state management (dark mode feature).
-
Handling functionality for transaction table and settings form.
Demo URL : https://dodo-assignment.vercel.app/


