JSnakegitHub/Andela-Bootcamp-React

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
README.md
package-lock.json
package.json
public/favicon.ico
public/index.html
public/manifest.json
src/App.css
src/App.js36
A
0 mins
src/App.test.js8
A
0 mins
src/components/authentication/LoginContainer.jsx23
B
4 hrs
src/components/authentication/LoginContainer.test.js8
A
0 mins
src/components/authentication/LoginFormComponent.jsx65
C
7 hrs
src/components/authentication/LoginFormComponent.test.js17
B
5 hrs
src/components/authentication/LoginPage.jsx15
A
1 hr
src/components/authentication/LoginPage.test.js9
A
0 mins
src/components/authentication/SignUpContainer.jsx23
B
4 hrs
src/components/authentication/SignUpContainer.test.js9
A
0 mins
src/components/authentication/SignUpFormComponent.jsx80
C
1 day
src/components/authentication/SignUpFormComponent.test.js50
A
2 hrs
src/components/authentication/SignUpPage.jsx15
A
1 hr
src/components/authentication/SignUpPage.test.js8
A
0 mins
src/components/questions/AskQuestionComponent.jsx66
A
3 hrs
src/components/questions/AskQuestionComponent.test.js17
B
5 hrs
src/components/questions/AskQuestionPage.jsx20
A
40 mins
src/components/questions/AskQuestionPage.test.js9
A
0 mins
src/components/questions/AskYourQuestion.jsx23
B
4 hrs
src/components/questions/AskYourQuestion.test.js8
A
0 mins
src/components/questions/MiddleSection.jsx24
A
0 mins
src/components/questions/QuestionsComponent.jsx21
A
0 mins
src/components/questions/SingleQuestionComponent.jsx64
A
1 hr
src/components/questions/SingleQuestionComponent.test.jsx64
A
2 hrs
src/components/questions/YourQuestionDetailsComponent.jsx108
A
40 mins
src/components/questions/YourQuestionDetailsComponent.test.js8
A
0 mins
src/components/questions/__snapshots__/SingleQuestionComponent.test.jsx.snap
src/components/utils/DefaultLayout.jsx9
A
0 mins
src/components/utils/Footer.jsx10
A
0 mins
src/components/utils/HomePage.jsx13
A
0 mins
src/components/utils/LeftSideBar.jsx61
B
4 hrs
src/components/utils/NavBar.jsx55
A
3 hrs
src/components/utils/RightSideBar.jsx29
A
0 mins
src/containers/YourQuestionDetails.jsx56
A
0 mins
src/containers/YourQuestionDetails.test.js9
A
0 mins
src/history.js2
A
0 mins
src/index.css
src/index.js13
A
0 mins
src/logo.svg
src/setupTests.js3
A
0 mins
src/store/actions/questions.js101
C
1 day