Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dawnmd/music-react-redux
First practice project on usage of redux.
https://github.com/dawnmd/music-react-redux
react redux tailwindcss
Last synced: about 1 month ago
JSON representation
First practice project on usage of redux.
- Host: GitHub
- URL: https://github.com/dawnmd/music-react-redux
- Owner: DawnMD
- Created: 2021-03-03T05:53:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T11:05:31.000Z (over 1 year ago)
- Last Synced: 2024-12-09T15:50:53.735Z (about 1 month ago)
- Topics: react, redux, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 403 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music selection with redux
Practice project on how to connect and use redux with react.
## Working
The initial state of redux contains an array of songs with title and duration and a selectedSong with a value of null. When a particular song is clicked in the rendered list,a redux action is dispatched with the particular songs object which then assigned to the selectedSong key and then rendered into the DOM.
## Built With
* ReactJS
* Reduxjs/Toolkit
* TailwindCSS## Run locally
* Clone the repo `git clone `
* Install dependencies `npm i`
* Start development server `npm start`