This is a project made for the Shopify Front End Developer Intern Challenge.
https://shopify-challenge-snowy.vercel.app/
- Likes save in localstorage
- Date picker for previous days
- Pages are server rendered for the best preformance
# Dev
npm install
npm run dev
# Production
npm install
npm run build
npm run start
# Test
npm run test