https://github.com/xrahul/stackoverflow-basic-webapp
A Basic webapp created on top of StackOverflow APIs
https://github.com/xrahul/stackoverflow-basic-webapp
bootstrap eslint gh-pages react react-redux reactjs redux redux-thunk
Last synced: 3 months ago
JSON representation
A Basic webapp created on top of StackOverflow APIs
- Host: GitHub
- URL: https://github.com/xrahul/stackoverflow-basic-webapp
- Owner: xRahul
- License: apache-2.0
- Created: 2019-04-27T20:18:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T07:56:31.000Z (over 2 years ago)
- Last Synced: 2025-07-31T12:40:43.228Z (11 months ago)
- Topics: bootstrap, eslint, gh-pages, react, react-redux, reactjs, redux, redux-thunk
- Language: JavaScript
- Homepage: http://rahulja.in/stackoverflow-basic-webapp
- Size: 1.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.html
- License: License.txt
Awesome Lists containing this project
README
Basic Stackoverflow Webapp *with better filters*
.task-list-item { list-style-type: none; } .task-list-item-checkbox { margin-left: -20px; vertical-align: middle; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
Basic Stackoverflow Webapp with better filters
- Search the Frequently Asked Question by different tags
- Question/Answers View
- Added realtime filtering that reduces the number of items(questions or answers) from the list for better readability
- Created using react/redux and public stackoverflow APIs
- Tells you the free quota for both APIs used
- Shows relevant metadata for Questions and Answers like score, votes etc.
Next
- Fix the code smells and duplication
- Add UTs
Available Scripts
In the project directory, you can run:
npm start
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.
npm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
npm run deploy
Builds your code for production and published to github pages as static webapp.