GithubHelp home page GithubHelp logo

stackoverflowcodechallenge's Introduction

Code Challenge

Demo

Live Demo here: https://lively-island-0cd665610.3.azurestaticapps.net/

Quick Start

Ensure that dependancies are installed:

  • node
  • After cloning locally, in the project directory run: npm install
  • Then after that completes run npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Code challenge instructions

Dev Code Challenge of Challenging Coding

Overall Goal

Create a web page that displays a list of recent StackOverflow questions that have an accepted answer and contain more than 1 answer. Allow visitors to view all the answers for a selected question in a random order and try to guess which answer was the accepted answer. We expect this to take about 3-5 hours. Please send us whatever you have completed after 1 week. You do not need to have all requirements completed. Stackoverflow API https://api.stackexchange.com/docs

Requirements

  1. Use the StackOverflow API to pull and display a list of recent questions that have an accepted answer and more than 1 answer
  2. Select a question to view all the answers for that question in a random order
  3. Allow visitors to guess which answer they think is the “accepted” answer.
  4. After guessing, display if the user guessed the “accepted” answer Upload your solution to a public git repository and send us the link. Bonus: Use git from the beginning to have a full commit history Extra Bonus: Send us a link to a live version of your solution. For example, create a free Azure account and host it as a free website.

Things to note

  • The StackExchange API is rate limited and will shut you off after a certain amount of requests in a time period. (Hint: look at "quota_remaining” in the request) We don’t need this to be handled - but just be aware of it.
  • Implement this as a website in any programming language you want but must have instructions on how to run locally
  • You can use any libraries, starter projects, and frameworks to help you along, but you must display the desired requirements above.
  • Visual design will not be judged, but we do expect clean, semantic markup, well organized CSS (if any), and a relatively intuitive user experience

stackoverflowcodechallenge's People

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.