ddonny / miniweb

simple dashboard using https://jsonplaceholder.typicode.com/posts data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Web

This project was bootstrapped with Create React App.

Live Demo

Please open new tab and on address bar of your web browser type: https://miniweb.netlify.com/

Running on local

By using terminal, run command below:

npm install && npm run start

and open on localhost:3000

Running test

Run test by using command below, and script automatically find file by prefix *.test.js under src/ directory

npm run test

License

This project is licensed under the MIT License - see the License file for details

About

simple dashboard using https://jsonplaceholder.typicode.com/posts data

License:MIT License


Languages

Language:JavaScript 92.6%Language:CSS 5.4%Language:HTML 2.0%