mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 11:20:40 -04:00
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
|
||
---|---|---|
.. | ||
css | ||
devops | ||
js | ||
static | ||
index.html | ||
README.md |
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.
- Navigate to the Project Directory:
bash
cd admin-dashboard
- Open
index.html
in Your Browser: Openindex.html
with your favorite browser. You can navigate to theindex.html
file in your file explorer and then double click it to open it in your default browser.
Development Workflow
-
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.
- Modify
-
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.