Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 835 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 835 Bytes

Moody

Disclaimer 1: The app is built using class-based components without hooks. As I'm a big fan of hooks and functional components and use them in all my other apps, I reserved the right to have one app with good old classes.

Disclaimer 2: Redux is a total overkill for a small-scale app like this lol. However, as I wanted to have some practice, I implemented it here along with Redux-Thunk.

A moodboard web application tailored to user preferences. Built on React using 2 APIs and react-sound

profile

Live link here

Created with Create React App.

Available Scripts In the project directory, you can run:

npm start Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.