An open API service indexing awesome lists of open source software.

https://github.com/prity25-coder/album-list


https://github.com/prity25-coder/album-list

react react-bootstrap react-hooks react-prop-types react-state

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://github.com/Prity25-coder/Album-List/assets/72591232/88238d5f-b787-4d58-b12b-28ba0a623c9e)

### Live Demo Link:-

[Live Demo Link](https://album-list-phi.vercel.app/)

# 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:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh