TA
taiseen/react-fitness-lp
Landing Page
29 - Dec - 2022
React Fitness - Landing Page ๐
Technology Used :
- Vite
- React
- TypeScript
- Tailwind CSS
- Framer Motion
Host at Cloud Flare
Learning Context :
- tailwind documentation extension (
ctrl + alt + t) vit&tsconfig for shot file name import- config tailwind for custom colors, fonts, scree sizes & images...
- file extension must be
.tsor.tsxinstead of.js useMediaQuery.tshook is only detect for, it mobile size screen or not?
Learn these - configuration tasks :
- go to ==>
vite.config.tsfile & past this...- for convenient to import files
import path from 'path';
resolve: {
alias: [{ find: '@', replacement: path.resolve(__dirname, 'src') }],
},- go to ==>
tsconfig.jsonfile & past this...- for convenient to import files
"paths" : {
"@/*" : ["./src/*"],
},On this page
Languages
TypeScript92.6%JavaScript3.5%CSS3.0%HTML1.0%
Contributors
Created December 29, 2022
Updated May 22, 2025