keeping history of music
a minimal "yellow pages"-like service for discovering music local to your city. artists are asked to provide this information:
- artist name
- two genres
- short bio. (max 155 length)
- two external links with (preferably) one leading to a a music service, and a social/official site.
With this information users will be able to (fuzzy) search by artist name or genre in the search bar. Interacting with the genre names will also filter the search results.
- 🌈 front-end built with ReactJS via next.js by zeit
- 🕋 state management with mobx
- 💅 styled with styled-components
- 🚀 deployed onto the now service.
- fork and clone onto your local machine
yarn
to install dependencies vianpm run dev
to start developing
- read the next.js docs make sure you are reading docs for the right version
components/
has custom react componentsstore/
has statestyles/
has style 💃🏾