My goal was to simulate a proper usage of an API endpoint(GitHub API) and learn more about reducers.
- Styling and components with Chakra UI, simple and accessible component library.
- The application fetches data from the GitHub API: Examples for the request https://github.com/edizyurdakul/github-scout/blob/main/src/context/github/GithubContext.js
- Chakra UI is a great component library, for fast development.
- My main goal is to become a front end developer. That's why I decided to use an existing API rather to create a custom backend server.
- Set up continuous integration to run ESLint and Husky before commiting/pushing/pulling.
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
npm run build
Builds the app for production to the build folder.
- Inspired by Brad Traversy from react front to back course project
Created by @Edizyurdakul - feel free to contact me!
This project is open source and available under the MIT license.