odin-codespace/admin-dashboard
smiggiddy 694c1f10dc
Some checks failed
Build and Push Docker Images / build (admin-dashboard) (push) Failing after 15s
Build and Push Docker Images / build (battleship) (push) Failing after 9s
Build and Push Docker Images / build (calculator) (push) Failing after 9s
Build and Push Docker Images / build (cv-project) (push) Failing after 9s
Build and Push Docker Images / build (inventory) (push) Failing after 10s
Build and Push Docker Images / build (library) (push) Failing after 10s
Build and Push Docker Images / build (messages) (push) Failing after 9s
Build and Push Docker Images / build (nodejs-mini-message-board) (push) Failing after 10s
Build and Push Docker Images / build (portfolio) (push) Failing after 9s
Build and Push Docker Images / build (restaurant) (push) Failing after 9s
Build and Push Docker Images / build (shopping-cart) (push) Failing after 9s
Build and Push Docker Images / build (signup_form) (push) Failing after 8s
Build and Push Docker Images / build (tictactoe) (push) Failing after 9s
Build and Push Docker Images / build (weather) (push) Failing after 9s
ready to deploy
2025-05-03 00:14:04 +00:00
..
css fix: admin dashboard height 2023-11-17 11:25:31 -05:00
devops ready to deploy 2025-05-03 00:14:04 +00:00
js Admin dashboard (#5) 2023-11-17 09:16:25 -05:00
static Admin dashboard (#5) 2023-11-17 09:16:25 -05:00
index.html Admin dashboard (#5) 2023-11-17 09:16:25 -05:00
README.md adding devops 2025-05-02 16:47:07 +00:00

Admin Dashboard Project

Description

This project is a web application designed to display an admin dashboard. It utilizes HTML for structure, CSS for styling, and JavaScript for interactivity. The dashboard provides an overview of various metrics and data relevant to an administrator.

Project Structure

  • index.html: Main HTML file for the dashboard layout.
  • css/: Directory containing CSS files for styling.
    • style.css: Main stylesheet for the dashboard.
  • js/: Directory containing JavaScript files for interactivity.
    • script.js: JavaScript file for dashboard logic.
  • static/: Directory containing static assets.
    • logo.png: Dashboard logo.

Local Development

Prerequisites

  • A web browser (e.g., Chrome, Firefox, Safari).
  • A code editor (e.g., VS Code, Sublime Text).

Build and Serve

This project is a static web application, so there is no build step involved. You can simply open the index.html file in your web browser to view the dashboard.

  1. Navigate to the Project Directory:
bash
    cd admin-dashboard
    
  1. Open index.html in Your Browser: Open index.html with your favorite browser. You can navigate to the index.html file in your file explorer and then double click it to open it in your default browser.

Development Workflow

  1. Edit Files:

    • Modify index.html to change the structure of the dashboard.
    • Edit css/style.css to update the look and feel of the dashboard.
    • Modify js/script.js to add or modify dashboard features.
  2. View Changes:

    • After making changes to the code, save the files.
    • Refresh your browser to see the changes.

Additional Notes

  • Since this is a static web application, no server is required for local development.
  • All changes made to the HTML, CSS, or JavaScript files will be immediately reflected in the browser upon refresh.
  • To use this dashboard, simply open index.html.