Code Monkey home page Code Monkey logo

taskboard's Introduction

Taskboard Project

Requirements

Read the specification. It's all there.

Steps

1. Repository

  1. Create a public repo named taskboard (no files needed)
  2. git clone the new repo (will be empty)
  3. Copy the files under projects/taskboard to your repo
  4. Add, commit and push

2. Template

  1. Create a template index.html
  2. Install Bootstrap:
    npm i bootstrap -S
  3. Add it as link in your <head>:
    <link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.css">
  4. Create a JS and CSS files of your own, and script-src and link-rel them from the HTML.

3. Nav Bar

  1. Using Bootstrap, create a nav bar with the logo and the menu items needed. How?
  • Go to the Bootstrap site
  • Search for a nav bar that fits our needs (check what's available)
  • Copy/Paste the code from the site, and update it

4. Lists

  1. Because we need horizontal scrolling, Bootstrap Grid will be difficult to use.
    So we're not going to use it.
  2. Build lists, with the cards inside them, as in the screenshot/videos.
    For now, build it all as static HTML/CSS, we'll make it dynamic with JS later.

taskboard's People

Contributors

yasminny avatar

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.