Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 668 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 668 Bytes

Quote Dat

A Web App for searching information related to musicians records, such as albums, music list and their lyrics (if availables)

Technologies

Project is created with:

  • NextJS
  • Chakra-ui
  • Typescript
  • React-redux

Learnings

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.