https://github.com/lukmanrambe/blog-app-bv
Online Assessment for Bukit Vista Internship Trial
https://github.com/lukmanrambe/blog-app-bv
axios material-ui react-router reactjs redux
Last synced: about 2 months ago
JSON representation
Online Assessment for Bukit Vista Internship Trial
- Host: GitHub
- URL: https://github.com/lukmanrambe/blog-app-bv
- Owner: LukmanRambe
- Created: 2023-02-02T09:48:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T10:00:00.000Z (over 3 years ago)
- Last Synced: 2025-10-09T06:08:17.431Z (9 months ago)
- Topics: axios, material-ui, react-router, reactjs, redux
- Language: JavaScript
- Homepage: https://blogapp-bv.netlify.app/
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog App BV
A website to list users, posts and posts comments from [JSON Placeholder API](https://jsonplaceholder.typicode.com)
# Pages
## Home Page

## Users Page

## Post Detail & Comments Page

# Installation and Setup Instructions
Clone down this repository. You will need node and npm installed globally on your machine.
Installation:
`npm install`
To Start Server:
`npm start`
To Visit App:
[Blog App BV](https://blogapp-bv.netlify.app/)