GithubHelp home page GithubHelp logo

adcolonyassignment's Introduction

AdColony JS Skill Test

Next to this README file you can find weather-todo-app package that contains server and React project. The goal of this assignment is to finish work on that package and create TODO app that additionally displays current weather. For weather data please use https://openweathermap.org/.

More technical details on weather-todo-app package you can find in README inside the package.

Frontend

Modify existing React app and add TODO and weather functionality. Use redux to maintain the state.

Layout should consist of two columns

  • sidebar where you'd display current weather info
  • main content with list/controls of TODOs

TODO Functionality:

  • add TODOs
  • remove TODOs
  • edit TODOs
  • TODOs should be persistent (saved in db)
  • optionaly add TODO search and sort

Weather functionality:

  • show current weather
  • if the temperature is above 25C / 77F, show it in red otherwise green
  • if the user hovers the temperature, show a tooltip (any)

Service doesn't require any credentials or login data so whoever knows the URL can maintain the state. Multiple simultanious session suport is not needed as well (althought might be a plus).

Backend

Modify existing server based on expressJS to handle all needed actions for frontend.

Store TODOs in MySQL database. DB structure is attached (weather-todo.sql next to this README file)

adcolonyassignment's People

Contributors

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