Skip to content

lucapacchiarotta/wouldyourather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WouldYouRather Project

This is the second project for Udacity's React Fundamentals course.

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

├── README.md - This file.
├── package.json # npm package manager file
├── public
│   ├── favicon.ico # React Icon
│   └── index.html # DO NOT MODIFY
└── src
    ├── actions
    │   ├── authedUser.js # 
    │   ├── questions.js # 
    │   ├── shared.js # 
    │   └── users.js # 
    ├── components
    │   ├── AddQuestion.js # 
    │   ├── App.js # 
    │   ├── Dashboard.js # 
    │   ├── Leaderboard.js # 
    │   ├── Login.js # 
    │   ├── Logout.js # 
    │   ├── Nav.js # 
    │   └── Question.js # 
    ├── middleware
    │   ├── index.js # 
    │   ├── logger.js # 
    ├── reducers
    │   ├── authedUsers.js # 
    │   ├── index.js # 
    │   ├── questions.js # 
    │   └── users.js # 
    ├── utils
    │   ├── _DATA.js # 
    │   └── api.js # 
    ├── index.css # Global styles
    └── index.js # Main file

Contributing

This repository is not enabled for pull requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published