Stackoverflow's featured Questions and User Profile page developed with ReactJs library.
This project was bootstrapped with Create React App.
- Clone the repository
- Open command line with Project path and run
npm install
- Run
npm start
to start the development server. - Open browser and hit http://localhost:3000
- Login page with Email and Password validations
- Featured Questions of stack overflow from stackoverflow APIs
- UserProfile page will be rendered while clicking on Username on the questions page
- Loading functionlity while fetching data from API