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
- Host: GitHub
- URL: https://github.com/prity25-coder/album-list
- Owner: Prity25-coder
- Created: 2024-03-21T13:58:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T15:11:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T22:31:23.096Z (about 1 year ago)
- Topics: react, react-bootstrap, react-hooks, react-prop-types, react-state
- Language: JavaScript
- Homepage: https://album-list-phi.vercel.app
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

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