Move javascript apps to nx

Currently, I have 5 projects in javascript and I saw a problem with code sharing. A user-facing project written in Nextjs. An admin project write in react A chrome extension (currently written in raw js, will convert to react app) An admin API project with Express A user-facing API project

Some code, logic duplicated in admin API and user, user-facing UI and admin.

Now I will find a way to move projects to a monorepo, and the library I will use is NX.

Wait for me for an update on this.