Code Monkey home page Code Monkey logo

shevelopers-team-programming's Introduction

Welcome Shevelopers Team Programming Coding Dojo

Getting Started

Setup mob timer

Create a mob team with https://mobti.me/ and add the members name to the mob. Then set the timer duration to 10 minutes and you are ready to go.

Local Setup

Run npm install

and then npm run dev

Go to http://localhost:5173/

Exercises

Exercise 1 - Hello Shevelopers!

Write a function that returns the string "Hello, Shevelopers!". And display the returning value on page http://localhost:5173/exercise1 in a p element.

Exercise 2 - Counter

Add a button to http://localhost:5173/exercise2 that increases a value by one and display the updated value on the page.

Exercise 3 - Lasagna

Part 1

Display the ingrediens for a lasagna on http://localhost:5173/exercise3 page.

Inspiration for Vegan Lasagna:

const receipt = {
    tofu: 250, //in g
    onion: 1, 
    mushrooms: 150, //in g
    carrots: 2,
    garlic: 2,
    noodles: 300, //in g
}

Part 2

Now add an input field that takes a number that scales the amount of each ingredient by that number and display the updated values on http://localhost:5173/exercise3.

More Exercises

For inspiration https://exercism.org/tracks/javascript/exercises

shevelopers-team-programming's People

Contributors

illyrica avatar

Watchers

 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.