Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.28 KB

README.md

File metadata and controls

56 lines (45 loc) · 1.28 KB

Throw-Your-Stress

Hackathon project for Codaisseur in React where you can play a kind of dart game.

Table of contents

Intro

This is a React app, which was creadted for the hackathon graduates during the week 10 at Codaisseur Academy.

Check out the deployed app here!

Used Technologies

  • React
  • Redux
  • Redux-Thunk
  • React-Router
  • GSAP
  • CSS

Goals for this project

  • Use new technology.
  • Limit time: 2,5 days.
  • Theme: Stress.
  • Rules: No rules!

Features to implement

  • Indicators to click on the image and click on the dart.
  • Restart button.
  • Fix (infinite) carousel.
  • Implement next turn button.
  • Fix the flying pigeon (not always) at the end of the turn.

Setup

  • git clone
$ git clone https://github.com/TatyCris/Throw-your-stress-Game.git
  • npm install
$ npm install
  • npm start
$ npm start

Create React App

This project was scaffolded using the create-react-app cli.

The standard create-react-app docs can be found in here