Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 505 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 505 Bytes

GitHub issues

Admin Dashboard

This admin dashboard is an exercise in CSS grid and flexbox, for The Odin Project.

Demo

Link to Dashboard

To run locally

Create a basic web server in the main directory with: python3 -m http.server

Then navigate to 0.0.0.0:8000 in the browser.