Skip to content

AshrafSamir/would-you-rather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would you rather Project

A game which you change state, when state changes the app shall commit all changes in all the parts of the app

TL;DR

To get started developing right away:

  • install all project dependencies with npm install
  • start the development server with npm start

What You're Getting

├── CONTRIBUTING.md
├── README.md - This file.
├── SEARCH_TERMS.md 
├── package.json 
├── public
│   ├── favicon.ico 
│   └── index.html 
└── src
    ├── Components 
    ├── Actions 
	├── Reducers
	├── Middleware
	├── Utils
    ├── icons 
    │   ├── add.svg
    │   ├── arrow-back.svg
    │   └── arrow-drop-down.svg
    ├── index.css 
    └── index.js 

Backend Server (Not Real Backend)

To simplify your development process, we've provided a backend server for you to develop against. The provided file DATA.js contains the methods you will need to perform necessary operations on the backend:

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors