https://github.com/amdzy/blog-frontend
https://github.com/amdzy/blog-frontend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amdzy/blog-frontend
- Owner: amdzy
- License: mit
- Created: 2021-10-09T10:15:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T19:28:36.000Z (over 3 years ago)
- Last Synced: 2025-01-22T02:28:37.351Z (4 months ago)
- Language: JavaScript
- Size: 713 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog Frontend
A blog webapp built using React, Vanilla CSS & [my blog API](https://github.com/Soul-Remix/blog-api)> [Live Page](https://soul-remix.github.io/blog-frontend/)
[Blog API](https://github.com/Soul-Remix/blog-api)
[Blog Admin](https://github.com/Soul-Remix/blog-admin)## Features
* Responsive Design
* Infinite Scrolling to load more posts
* Comment section for every post## Frameworks/Tools
* [React](https://reactjs.org)
* [React-Route](https://reactrouter.com)
* [React-Query](https://react-query.tanstack.com)