Skip to content

Prity25-coder/Album-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: