nsalunkhe / NowDigitalEasy

NowDigitalEasy Assignment

Home Page:https://capable-torrone-335b15.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NowdigitalEasy Assignment

Deployed Link Of Assignment:

https://capable-torrone-335b15.netlify.app/

Tech-Stack Used: ReactJs, react-router dom, Material UI , CSS

This assignment have 4 components

1. Navbar
  1. Home

  2. SinglePost

  3. Favourite

Navbar

The Navbar section has 2 buttons Home and Favourite with one Heart Symbol which shows the count of Favourite posts

image (41)

Home

The home page has the list of all posts I have used this API https://jsonplaceholder.typicode.com to fetch posts. every post has an Add to Favourite button clicking on the post will add to the favourite I have used LocalStorage to store the favourite post.

It also has the pagination feature which shows 10posts per page I have used Mui Pagination Component.

image (38)

SinglePost

By clicking on post text on the Home page you will be redirected to that post. this page contains one image and post data and also has Add to Favourite button

image (39)

Favourite

On this page you will be able to see all the favourite posts you have added.

I have also added the remove post from the favourite button which removes the post from the favourite and redirects to the home page

image (40)

About

NowDigitalEasy Assignment

https://capable-torrone-335b15.netlify.app/


Languages

Language:JavaScript 68.8%Language:CSS 18.7%Language:HTML 12.5%