Git Product home page Git Product logo

todone's Introduction

ToDone: A Todo List App

The Backend

The backend provides all the logic for handling actions on todo items. It is build with http4s. Most of our work will be on the backend.

The Frontend

The frontend provides the user interface. It is built with Slinky and compiles into Javascript code using React. We won't do much work on the front end, though you are welcome to work on this code if you want.

Tasks

Task 0

Your first task is to fork the repository, creating your own copy. Why fork instead of clone? Because it allows you have put your changes in a place others can see them, while still being able to receive updates from this repository.

Once you've made your fork, clone it to your computer.

Task 1

Get the app running. This should be as simple as going into sbt, switching to the backend project, and issuing the run command. Then visit http://localhost:3000/. If everything works you will see the ToDone user interface. Click around and you'll that many things don't work (some because, at the time of writing, the user interface is not finished). Our task is to fix all these things to create a working app. In the process we'll learn a lot about Scala and web development.

todone's People

Contributors

noelwelsh 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.