/exercise-order

An application in which you must arrange objects in the correct order: ascending or descending

Primary LanguageTypeScript

Exercise Order

Table of Contents
  1. About The Project
  2. Getting Started

About the project

An application in which you must arrange objects in the correct order: ascending or descending

The demo can be viewed at the link https://exercise-order.vercel.app/

giphy

Built with

  • Typescript
  • Next.js
  • Redux Toolkit
  • Emotion

(back to top)

Getting started

Prepare

Install

  • Go to folder exercise-order
  • To install all dependencies use npm install

Launch

  • Run npm run dev in the command line for run the development server

(back to top)