Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesusgraterol/admin-dashboard-top
This website implements a traditional admin dashboard layout and it is the submission for The Odin Project: Admin Dashboard.
https://github.com/jesusgraterol/admin-dashboard-top
theodinproject theodinproject-nodejs theodinprojectfoundations
Last synced: about 2 months ago
JSON representation
This website implements a traditional admin dashboard layout and it is the submission for The Odin Project: Admin Dashboard.
- Host: GitHub
- URL: https://github.com/jesusgraterol/admin-dashboard-top
- Owner: jesusgraterol
- Created: 2023-09-27T19:40:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T13:47:52.000Z (about 1 year ago)
- Last Synced: 2023-11-30T14:39:16.990Z (about 1 year ago)
- Topics: theodinproject, theodinproject-nodejs, theodinprojectfoundations
- Language: CSS
- Homepage: https://jesusgraterol.github.io/admin-dashboard-top/
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin Dashboard
![Admin Dashboard](./readme-assets/screenshot-01.png)
This website implements a traditional admin dashboard layout and it is the submission for [The Odin Project: Admin Dashboard](https://www.theodinproject.com/lessons/node-path-intermediate-html-and-css-admin-dashboard). The key features are:
- Makes use of the Flex and Grid Layouts
## Live Demo
[Admin Dashboard](https://jesusgraterol.github.io/admin-dashboard-top/)
## Getting Started
### Requirements
- GIT
### Installation
1) Clone the repository
```bash
git clone [email protected]:jesusgraterol/admin-dashboard-top.git
```## Usage
Open the `index.html` file with your favorite browser.
## Build Process
N/A
## Deployment
Deploys to **Github Pages** automatically when commits are pushed into the `main` branch.
## Built With
- HTML5
- CSS3## Running the Tests
```bash
# Unit Tests
N/A# Integration Tests
N/A# E2E Tests
N/A
```## @TODO
N/A
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Acknowledgments
- [Google Fonts](https://fonts.google.com/icons)