Table of Contents
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/
- Typescript
- Next.js
- Redux Toolkit
- Emotion
- Install Node.js
- Fork this repository: https://github.com/diman17/exercise-order/
- Clone your newly created repo:
https://github.com/<%your_github_username%>/exercise-order/
- Go to folder
exercise-order
- To install all dependencies use
npm install
- Run
npm run dev
in the command line for run the development server