Skip to content

aminelfekih/front-interview

 
 

Repository files navigation

Coding test with Nextjs

This repository is used as a code base for the code test. It uses the latest version of Nextjs, React, React testing library with TypeScript

Instructions

You must fork this project and provide your url later

All pages are listed in the /pages folder and all components in /components

To start your test insall depencies:

npm i # or yarn

Then launch the app with:

npm start # or yarn start

This builds the app and runs it on to http://localhost:3000. The next instructions are displayed on the home page

To run tests, use npm test or yarn test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.6%