Skip to content

oshingate/React-Blog-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog App

Blog App is app to post blogs made using ReactJS. Apis for this app are made using NodeJS/ExpressJS and hosted on heroku. Fromt end for this app is hosted on Netlify

View Published Project

Installation

To use this application in own PC clone this repo to your PC .

Then install npm packages using following command.

npm install

Once npm packages installed now you can run following command to start project.

npm start

Usage

In this app you can signup/login. Once done now you can access full functionality of this app.

If loggedin you can create new blog, like others blog, follow other users to get personal feed, edit/delete your own blog, comment on blogs, delete your own comments.

Unauthorised user can only get global feed, filter blogs using tags.

In this app I have used token based authentication. Token will be stored on localstorage to keep user loggedin even after restarting app.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

@oshingate@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors