/Subsuum-Dashboard

Built with react and typescript. This project was built for a job application

Primary LanguageTypeScript

Project Overview

This Subsuum Dashboard is a React TypeScript application built using Tailwind CSS, Daisy UI, and Flowbite React. It provides a user-friendly interface for managing various functionalities related to Subsuum.

Key Features

Components: CustomSelect: A custom select component for enhanced user interaction. Layout: The main layout structure for the dashboard. Sidebar: The navigation menu on the left side of the dashboard. Topbar: The header section at the top of the dashboard. Pages: Account: Manage user account settings. AirtimetoCash: Convert airtime to cash. BuyAirtime: Purchase airtime for different networks. BuyData: Purchase data plans. Dashboard: The main dashboard page with overview information. HelpSupport: Access customer support and help resources. Login: The login page for user authentication. PayElectricBill: Pay electric bills. Transactions: View transaction history. TVSubscription: Manage TV subscriptions. Project Structure

├── components │ ├── CustomSelect.tsx │ ├── Layout.tsx │ ├── Sidebar.tsx │ └── Topbar.tsx ├── pages │ ├── Account.tsx │ ├── AirtimetoCash.tsx │ ├── BuyAirtime.tsx │ ├── BuyData.tsx │ ├── Dashboard.tsx │ ├── HelpSupport.tsx │ ├── Login.tsx │ ├── PayElectricBill.tsx │ ├── Transactions.tsx │ └── TVSubscription.tsx └── ... (other project files)