Dashboard Project
A simple and modern dashboard application built with React and Tailwind CSS.
Features
- Login Page: Users can log in with their credentials.
- Dashboard: Displays key metrics such as total users, monthly revenue, new orders, and active subscriptions.
- Sales Overview: Provides an overview of sales data including daily, weekly, monthly, and yearly statistics.
- Recent Transactions: Shows recent transactions with details like date, description, amount, and status.
- User Feedback: Displays user feedback with comments and ratings.
- Routing: Utilizes React Router and Navigate for page transitions. After logging in, users are redirected to the Dashboard page.
Technologies Used
- React: Frontend framework for building the user interface.
- Tailwind CSS: Utility-first CSS framework for styling.
- React Router: For routing between pages, using
Navigate
for page redirection after login.
- React Hot Toast: For showing success/error messages (e.g., login feedback).