Jaikant / credello

Initial code - stale now - mobile view only

Home Page:https://jai-client.vercel.app (mobile view)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credello NextJS

Install it and run:

yarn
yarn next build
yarn start

// To run tests
yarn test -u
yarn test

Other third party libraries

  • styled-components - For everything styling.
  • material-ui - For specific components and icons.
  • next-optimised-images - For image optimisation in nextjs.
  • sharp - For optimising images
  • imagemin-svgo - For optimising svgs
  • responsive-loader - For conditional rendering components (this should be avoided as much as possible, instead responsiveness should be in media queries)

About

Initial code - stale now - mobile view only

https://jai-client.vercel.app (mobile view)


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%