The site was created based on a video tutorial to develop practical skills in working with React and Typescript. Fitness site - one-page landing, with adaptive layout.
Link to the lesson - here
$ npm create vite@latest
Project name: ... gym-typescript</p>
-Vanilla</p>
-TypeScript</p>
$ npm i framer-motion react-anchor-link-smooth-scroll@1.0.12
$ npm i @heroicons/react
$ npm i -D @types/react-anchor-link-smooth-scroll@1.0.2 @type/node
$ npm install -D tailwindcss postcss autoprefixer
$ npx tailwindcss init -p
$ npm i -D prettier prettier-plugin-tailwindcss
$ npm i react-hook-form
$ npm run dev</p>