An open API service indexing awesome lists of open source software.

https://github.com/subraatakumar/blog-app


https://github.com/subraatakumar/blog-app

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Blog App
This project is for beginner react learners. No backend database is used. 4 static posts displaying for demo purpose. You can create a new post but it will be reset again when you refresh the project. You can extend it by adding Firebase or any other technology you know.

## [See it Live](https://subratsir.github.io/blog-app/)

## [About: Watch Video](https://youtu.be/B4yDe9STgTc)

## Features Created
- Show All Posts on Home Page
- Search for specific posts
- Show a single post by ID
- Create a new post
- Delete a post

## Author
- [Subrat Sir](https://github.com/subratsir)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/subratsir/blog-app/issues).

## Show your support

Give a ⭐️ if you like this project!

## Home Page
![Home Page](https://github.com/subratsir/blog-app/blob/main/react_project_blog_img1.JPG)

## Single Post
![Single Post](https://github.com/subratsir/blog-app/blob/main/react_project_blog_img2.JPG)

## Single Page
![Single Page](https://github.com/subratsir/blog-app/blob/main/react_project_blog_img3.JPG)

## New Post
![New Post](https://github.com/subratsir/blog-app/blob/main/react_project_blog_img3.JPG)