edgarmuyomba / easypark

Admin Interface for a smart parking system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy Park

This is the administrator interface for a smart parking system. Designed using React. It depends on a server API for proper functionality. check out the server here. smartParkingAPI. The complete system was designed in part for completion of a requirement for my computer science final year project.

Features

  • Realtime statistics regarding the system fetched from a server
  • Ability and provision to perform all CRUD operations
  • Ability to generate and download reports

Screenshots

The Dashboard Dashboard

Parking Lot Detail Page ParkingLot

Registered Sensors Sensors

Reports Page Reports

Setting up dev

Caution

Make sure you have setup the smartParkingAPI server and its running!

  • Clone the repository
    git clone <url>
  • Navigate to the created directory easypark
    cd easypark
  • Install the required dependencies
    npm install
  • Run the server
    npm run dev

You can access the demo project on localhost:5173

Packages used

About

Admin Interface for a smart parking system


Languages

Language:JavaScript 71.5%Language:CSS 28.2%Language:HTML 0.3%