A Web App for searching information related to musicians records, such as albums, music list and their lyrics (if availables)
Project is created with:
- NextJS
- Chakra-ui
- Typescript
- React-redux
The main learning purpose of this project was to me get confortable with the use of Typescript. Also it was a good time for testing out Chakra-ui for the first time and playing around with the Redux Starter Kit (aka @reduxjs/toolkit).
On the final deployment, i did realize that i would need also implement the use of API Routes to be able to hide sensible API_KEY used in this project.