Skip to content

If you want to have a try, try with the below website link deployed using netlify.

Notifications You must be signed in to change notification settings

AJSANU/CreateBlogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CreateBlogApp

This project is intended to develop a blog post app using react having following functionalities :

  1. Show the list of blog post.

HomePage

  1. View details of the blog post.

PostDetails

  1. Add a new blog post

AddNewPost

  1. Edit the blog post

EditPost

  1. Delete the blog post

DeletePost

  1. Like the blog post

LikeAndDislikeImage

Additional Features

  1. Search for the post

SearchPost

  1. Adding comment in the post

AddingComment

  1. Comment Confirmation

CommentConfirmation

How to run ?

Note : Make sure to run locally, you must have yarn or npm install. Here I am using yarn for refrence

  1. Clone the repository [ git clone -]
  2. yarn install
  3. yarn build
  4. yarn start

Note : If you clone without node module, make sure to install material ui and classnames. Command is like : yarn add classnames

Sample Output

BlogAppVideoOutput.mp4

About

If you want to have a try, try with the below website link deployed using netlify.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published