Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.27 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.27 KB

Stackoverflow Mockup

Stackoverflow's featured Questions and User Profile page developed with ReactJs library.

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

  1. Clone the repository
  2. Open command line with Project path and run npm install
  3. Run npm start to start the development server.
  4. Open browser and hit http://localhost:3000

Functionality

  1. Login page with Email and Password validations
  2. Featured Questions of stack overflow from stackoverflow APIs
  3. UserProfile page will be rendered while clicking on Username on the questions page
  4. Loading functionlity while fetching data from API

Snapshots