Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T10:00:00.000Z (about 2 years ago)
- Last Synced: 2024-10-29T15:45:32.750Z (3 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
![image](https://user-images.githubusercontent.com/66102026/216292324-7014615e-e1c6-4e21-9200-eb83f9cb560b.png)## Users Page
![image](https://user-images.githubusercontent.com/66102026/216292452-83491441-0680-434a-b713-e5925f8b838a.png)## Post Detail & Comments Page
![image](https://user-images.githubusercontent.com/66102026/216292563-d08fd1f6-ba2c-490e-b95b-4de2cea2fa52.png)# 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/)