DevFinder

This is a GitHub users search app build with Next.js Live version

Accessability

All the colors have been adjusted with http://colorsafe.co/. Also, all buttons have an accessable name or aria-label.

SEO

I've used next-seo package to provide best search engine optimization for this app.

Localization

Using next-translation the i18next wrapper for Next.js, I translated this app to 3 languages: English, French and Spanish

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.