Skip to content

yoelmacia/PlayingGithubAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Playing with Github API

Practice and build an app to use the Github API.

To run the frontend

cd /frontend/ 
npm install
npm start

To run the backend

cd /backend/ 
npm install
npm start

General description

The application is made with Create-react-app, so it will run at localhost:3001.

The server will run at localhost:3000.

All the points of the practice are done except for the code tests, which I didn't have time to do.

The application has several components like Welcome, Search, Bookmarks and a main component called App.

Version 2.0

Unit tests must be added to check all functions.

Implement Redux to save the status.

I hope you enjoy it! :D

About

Code playing with the Github API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published