Skip to content

Dashboard for reading user demo API, using Ant Design.

Notifications You must be signed in to change notification settings

Farancibiat/user-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Agenda Dashboard

Dashboard Preview This project was developed for a job apply test, the project it's a basic dashboard using Ant Design, reading a free fake API https://jsonplaceholder.typicode.com/

ONLINE DEMO

A demo it's launched at Heroku basic hosting, you can see it here: Demo

Install instructions

To deploy this pokedex on your local host you should have installed npm and nodejs. To be sure that you have it, you must run the following commands on your terminal:

npm --version

node --version

and if everithing it's correct, you must see each one version. if you can't see version or there ir any error, i recommend you to visit the following sites to install it:

NodeJS: http://nodejs.org

NPM: http://www.npmjs.com

Running the app

Once that you download the project, in the project directory, you can run:

npm i

This command will install all the modules identified in the package.json so then you can run:

npm start

and then you will be ready to see some terrific pókemon information in the app.

This instruction runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Dependencies

"@ant-design/icons": "^2.1.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"antd": "^3.26.15",
"axios": "^0.21.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"web-vitals": "^1.1.2"

About

Dashboard for reading user demo API, using Ant Design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published