🌐 Site
Search StackOverflow tags and questions.
This project was bootstrapped with Customed Create React App.
clone the project and install needed packages.
git clone git@github.com:dannnyliang/stackoverflow-listing.git && cd stackoverflow-listing && yarn
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.
yarn start
- Search related tags.
- Search questions according to selected tag.
- Redirect to question page in StackOverflow upon click question item.
- Infinite fetch and scroll question list.
using StackExchange API to fetch StackOverflow tags and questions data.