├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | # Dependency directories 2 | node_modules/ 3 | 4 | # Next.js build output 5 | .next 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apiki/front-end-challenge/HEAD/README.md --------------------------------------------------------------------------------