Simple react blog app .
Install all dependencies by npm install
then npm start
.
Install all dependencies by npm install
then npm test
.
- Infinite scrolling blog posts .
- Sorted blog posts with
publishDate
. - Create custom blog post . ( No validation )
- Search for any blog post
title
ortext
. - Get each blog post details page .
- Like any blog post in realtime .
You can change PORT
number or USERID
and also LIMIT
in .env
file .