Creating a Github repo tracker using the Github API and React.js
Git clone/download repository.
Navigate to folder.
Open terminal and run npm install to install dependencies.
npm run dev
DATA: Github API
DEV: react.js, Readux, Webpack, Redux-Thunk, AXIOS, vanilla css, dayjs
- Created folders and files structure for project
- Created Welcome and Repo pages with functioning Navbar
- Created store, actions and reducers
- Created Search related components
- Removed Repo page and incooporated it into the homepage
- Error handling for users with no repos
- Worked on Github inspired styling
- Created and added favicon
- Added placeholders
Successfully aquiring data from API
Created a functioning seaarch bar with redux
Rendering data for each repo onto the same page
Took a while to make sure all the error was handled correctly