User stories are short, simple descriptions of a feature (user requirements or expectations) told from any stakeholder like user or customer of the system. They typically follow a simple template:
As a < type of user >, I want < some goal > so that < some reason >.
User stories are often written on index cards or sticky notes, stored in a shoe box, and arranged on walls or tables to facilitate planning and discussion. As such, they strongly shift the focus from writing about features to discussing them. In fact, these discussions are more important than whatever text is written.
In this project, we will give a small website to ducement the user stories. This can be used for any project.
#in the root director documents/react, create new project: create-react-app userstoriesreact cd userstoriesreact
#install the http request library that allows cross site if the site allows that: npm install superagent
#start your react project npm start
#the internet browser will open the following link which dynamic so you can see any updates from user source code live; you do not need to refresh the pages, awesome :) : http://localhost:3000/