This is a tiny project which fetches the most recent questions from the various Stack Exchange websites.
- First of all, reading questions on the Stack Exchange sites is pretty fun, most of the questions are interesting. But I could not find a place to get all the questions of all the sites which I followed, in one place. Hence, this project.
- Second, to practice my ReactJS skills which I learnt quite recently.
This project has been hosted on GitHub Pages. Link - https://praaatik.github.io/stackexchange-digest/
You need to have Node.js pre-installed on your machine, check out this link in case you haven't.
To run the app, first clone the repository.
git clone https://github.com/praaatik/stackexchange-digest
Change to the directory
cd stackexchange-digest/
Install the dependencies by running the following command
npm install
Finally, run the app!
npm start