Prity25-coder / Album-List

Home Page:https://album-list-phi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Album List Project

  • Coding Ninja React Skill Test Group 2

Features

  • Fetch and show albums from the api - https:// jsonplaceholder.typicode.com/albums

  • Add an album, make a POST call to the above url (from where you are fetching) and save the album in react state.

  • Update the album, make a PUT call to the above url. (Again this is a dummy call).

  • Delete an album, make a DELETE call to the above url. (Again this is a dummy call).

image

Live Demo Link:-

Live Demo Link

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: