A modern, responsive, and dynamic frontend application built with React, styled using Tailwind CSS, animated with Framer Motion, and powered by React Redux for state management.
Clean UI icons are provided by Lucide React.
- React – Frontend library for building user interfaces
- Tailwind CSS – Utility-first CSS framework for rapid UI development
- Framer Motion – Library for smooth animations and transitions
- Lucide React – Beautiful, customizable open-source icons
- React Redux – Centralized state management made simple and predictable
##Project Structure
src/ │ ├── assets/ # Images, fonts, etc. ├── components/ # Reusable UI components ├── features/ # Redux feature slices ├── pages/ # Page-level components ├── store/ # Redux store setup ├── hooks/ # Custom hooks ├── utils/ # Helper functions ├── App.jsx # Root component └── main.jsx # Entry point
Clone the repository and install dependencies:
git clone https://github.com/your-username/your-repo-name.git](https://github.com/EmmanuelAdah/expense_tracker__Frontend.git
cd your-repo-name
npm install