Skip to content

Built in November 2018. A React.js + Node.js project to load a list of users with infinite scroll + Call Rest API with Websocket and view new users added dynamically.

Notifications You must be signed in to change notification settings

orassayag/users-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Users List

Built in November 2018. A React.js + Node.js project to load a list of users with infinite scroll + Call Rest API with Websocket and view new users added dynamically.

Getting Started

Clone the project to your computer. Steps to view the solution:

  1. Open server project on IDE (I used VSCode).
  2. In the terminal: npm i.
  3. In the terminal: node index.js.
  4. Make sure the port running is 3000.
  5. Open client project on another IDE (I used VSCode).
  6. In the terminal: npm i.
  7. In the terminal: npm start.
  8. Make sure the port running is 3001.

Prerequisites

You'll need to install VSCode, Node, and clone the project, and in the terminal run: 'npm i + npm start'.

Built With

  • Node.js - The web framework used - Server side.
  • React.js - The web framework used - Client side.
  • GIT - Source management.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Author

License

This application has an UNLICENSED License.

About

Built in November 2018. A React.js + Node.js project to load a list of users with infinite scroll + Call Rest API with Websocket and view new users added dynamically.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published