Skip to content

wanderingcoderr/userdashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Dashboard

User Dashboard is react app with two pages:

  • User list where where users list is fetched and results can be filtered and sorted
  • User detail page displaying user info and posts created by that user

Requirements

For development, you will just need npm installed in your environment.

npm

  • npm installation on Mac

    $ npm install
    
  • Other Operating Systems

    You can find more information about the installation on the official npm website.

If you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.

$ npm install npm -g

Install

$ git clone https://github.com/wanderingcoderr/userdashboard
$ cd userdashboard
$ npm install

Running the project

$ npm start

Demo

https://sanket-userdashboard.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published