An open API service indexing awesome lists of open source software.

https://github.com/colburncodes/oasis-ui


https://github.com/colburncodes/oasis-ui

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

## OasisTrack UI

### Overview

OasisTrack UI is a modern, responsive dashboard application designed to manage and monitor store deliveries, routes, and drivers. Built with Next.js and leveraging the App Router, this project serves as the frontend for the OasisTrack system.

### Features
- **Store Management:** View and manage store information, including delivery schedules and statuses.
- **Route Planning:** Create, edit, and optimize delivery routes for efficiency.
- **Driver Assignment:** Assign drivers to routes and track their schedules.
- **Real-time Updates:** Monitor delivery progress and receive instant notifications.
- **Analytics Dashboard:** Visualize key performance metrics and delivery statistics.

### Getting Started

#### Prerequisites

- Node.js 14.0 or later
- npm or yarn package manager

### Installation

1. Clone the repository:

`git clone https://github.com/your-username/oasistrack-ui.git`

2. Navigate to the project directory:

`cd oasistrack-ui`

3. Install Dependencies
```markdown
npm install
# or
yarn install
```

4. Run Development Server

```markdown
npm run dev
# or
yarn dev
```

### Project Structure
- **app/:** Contains the main application code, organized by feature
- **components/:** Reusable UI components
- **lib/:** Utility functions and data fetching logic
- **public/:** Static assets like images and fonts