https://github.com/colburncodes/oasis-ui
https://github.com/colburncodes/oasis-ui
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/colburncodes/oasis-ui
- Owner: colburncodes
- Created: 2024-10-05T15:02:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-21T00:21:51.000Z (over 1 year ago)
- Last Synced: 2024-12-15T20:14:45.165Z (over 1 year ago)
- Language: TypeScript
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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