It's an SPA for viewing issues from the selected repository on Github.
- Searching issues by user and repository name. The input field for repository name should have autocomplete. Each issue should display with number, name and open date. Need an opportunity to share a search result page.
- Paging for issues
- Showing messages: "loading issues", "issues not be found", "issues not be loaded" etc.
- Viewing an issue on the different page
- Tests for components / reducers / action creators
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.