Skip to content

A Memo Test game made in Next.js as the code challenge to join HeyTutor as a Front-End dev

License

Notifications You must be signed in to change notification settings

ogomez93/heytutor-memo-test

Repository files navigation

heytutor-memo-test

A Memo Test game made by Oswaldo Gomez in Next.js as the code challenge to join HeyTutor as a Front-End dev.

How to run it locally

We're assuming that you have Node.js installed, either a specific version or with a version manager like nvm (using nvm is highly recommended). Also, you'll need to have either npm or yarn installed. If you already have nvm then you won't need to install npm because it comes with nvm.

This project was built using Node.js v16.14.0, but I'd suggest to just use the latest LTS. This is where nvm comes handy.

Once you're sure that you have the previous tools installed:

  1. open your terminal,
  2. clone the repo,
  3. move to the root directory of the repo, and
  4. install all the dependencies by running:
npm install
# or
yarn

Then start the development server:

npm run dev
# or
yarn dev

And then just visit http://localhost:3000 and enjoy. It's fully responsive, and it has light and dark themes support!

About

A Memo Test game made in Next.js as the code challenge to join HeyTutor as a Front-End dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published