Skip to content

A website where you can ask questions and see how other people answered with a leaderboard

Notifications You must be signed in to change notification settings

KareimGazer/would-you-rather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would You Rather

This is a Website where users can make new polls and other users can vote. Users can see the results only after submission. There is a leaderboard where the most helpful users are shown. This project is the final assessment project for Udacity's React-Redux course.

Getting Started

To get started:

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

Yarn installation

Folder Structure

Refer to the following table for information about important directories and files in this repository.

would-you-rather
├── public               Used By React App.
├── src                  Source files.
    ├── actions          actions passed to Redux reducers.
    ├── components       React components.
    ├── middleware       functions called before reducers.
    ├── reducers         reducers used by Redux to manage state.
    └── utils            simulates database.

├── README.md            main documentation.
├── package.json         used by npm for managing dependencies.
└── yarn.lock            used by yarn for managing dependencies.

Create React App

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

Redux

State is managed by Redux and logs are shown in the console for debugging purposes using the logger thunk.

About

A website where you can ask questions and see how other people answered with a leaderboard

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages