Dashboard Hero
  • Scope
  • Introduction
    • Meet and greet
    • Requirements(tech)
    • Requirements(user)
  • Setting up
    • Developing locally
    • Deploying
  • Basics
    • Scss
    • Javascript
    • Svelte framework
    • vs React vs Angular vs vue.js
    • Rollup(and rollup.config.js)
    • NPM(and package.json)
  • Project structure
    • Overview
    • Git version
    • Folder version
  • Architecture
    • DRY vs WET programming
    • Basic
    • Extended
  • Components
    • Component lifecycle
    • Passing data between components
    • Buttons
    • Charts
    • Grids
    • Search bars
    • Other inputs
    • Dialogs
    • Dropdowns
    • Gauges
    • User management pages
  • Backend
    • Firebase cloud functions
  • Data sources
    • Firebase
    • MongoDB
    • *SQL sources
    • GraphQL
  • User management
    • Log in
    • Register
    • Forgot pass
    • Custom flows
    • Others
  • State control
    • Redux
    • MobX
    • Saga
  • Dashboard: a full project
    • Overview
    • Layout
    • Routing
    • Removing/adding pages
    • Deploying
  • Roadmap/tutorial
    • Introduction - building your own app
    • 1. UI - HTML&CSS
    • 2. Data sources(+testing)
    • 3. Defining and using existing components
    • 4. User management
    • 5. Go live!
  • Troubleshooting
    • Can't run the project
Powered by GitBook
On this page

Was this helpful?

Scope

As other breed of developers, or even engineers just starting out, we became increasingly frustrated with UI/front-end development.

That's why we've put together Dashboard Hero - our mission is to enable any developer, regardless of skill level to ship a UI project while keeping a quality standard.

The scope of this documentation follows closely the scope of the project.

  1. Explain the fundamentals so that devs feel confident and in control

  2. Speed up the process - never google a thing

  3. Offer a step by step guide

The project comes in two flavours:

  1. A plain HTML/CSS project

  2. A fully featured web app

Some projects require a clear roadmap of what needs to be built - we strongly encourage you to start out building a simple HTML skeleton, and then importing the components into the fully featured web app.

NextMeet and greet

Last updated 5 years ago

Was this helpful?