Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.97 KB

README.md

File metadata and controls

43 lines (22 loc) · 1.97 KB

DSE Dashboard App

The DSE Dashboard App is a web application that allows wedding planners to manage and organize their clients and events in a streamlined and efficient manner. The app provides features to view and manage client information, event details, and track the progress of different weddings.

Features

  • Client Management: The app allows wedding planners to view and manage their clients' information, including names, contact details, and event details.

  • Event Tracking: Wedding planners can keep track of different events for each client, including event dates, participant names, and event status.

  • New Client Addition: The app includes a feature to add new clients to the system. Planners can easily input client information and start managing their weddings.

  • User Authentication: The app supports user authentication, allowing planners to securely log in to their accounts to access and manage their data.

Technologies Used

  • React: The app is built using the React JavaScript library, enabling the creation of dynamic and interactive user interfaces.

  • Next.js: Next.js is used as a framework for server-rendered React applications. It provides features such as routing and server-side rendering.

  • Supabase: Supabase is used as the backend service to store and manage data. It offers features like database storage and authentication.

Getting Started

  1. Clone the repository: git clone https://github.com/your-username/wedding-planner-app.git

  2. Install dependencies: cd wedding-planner-app and npm install

  3. Create a Supabase account and configure your Supabase credentials in the app.

  4. Run the app locally: npm run dev

  5. Access the app in your browser at http://localhost:3000

Usage

  1. Log in with your credentials to access the dashboard.

  2. View the list of your clients and their event details.

  3. Click on a client to view and manage their specific event details.

  4. Add new clients using the "New Client" feature.