Code Monkey home page Code Monkey logo

training's Introduction

FRC Dashboard Training

This repository serves as a training exercise for students and mentors wishing to learn to use the FRC Dashboard user interface development library.

Prerequisites for this trainer

FRC Dashboard uses JavaScript, HTML, and CSS code. It is HIGHLY recommended that you gain at least some knowledge of all three of these languages before attempting this training or building on to FRC Dashboard. Codecademy's courses "JavaScript" and "HTML & CSS" are a quick and easy way to get up and running.

To start the server, you'll also need very basic knowledge of using the Terminal (or cmd, if you're on Windows). We recommend checking out Codecademy's lesson "Learning the Command Line" if you need help with this.

Dependencies:

Launching the dashboard

TODO

Tasks

  1. Take a look at the checkbox with the ID #light. This checkbox should work perfectly.
  2. Use this as a model to find the problems with the button underneath #light. Hint: You may need to check the ID of the button, as well as the object at the top of ui.js.
  3. Now, add a new control element, a slider, to allow choosing a value from 0-50. Make it work just like the other two elements. Hint: type="range" makes a slider, and element.value will get its value.
  4. Make several more elements of different kinds for practice. Once you have a good understanding of how the dashboard code works, you should be ready to start building your own dashboard. See you in competition.

training's People

Contributors

erikboesen avatar

Stargazers

JMxnuell avatar Vikas Malepati avatar  avatar  avatar Bill Johnson avatar Michael Cao avatar Sam Fuchs avatar

Watchers

James Cloos avatar  avatar Sayok Rivu Das avatar

Forkers

aimanema

training's Issues

No longer maintained

This documentation has been mostly superseded by newer versions of FRCDashboard, which don't use pynetworktables2js anymore. As such, don't follow these instructions. If anyone wants to update this module to be actually helpful, that would be hugely appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.