try out some tailwind features
checkout branch master
to see how to use tailwind to build a simple todo list
steps:
npm install
npx tailwindcss -i ./src/css/tailwind.css -o ./src/css/main.css --watch
start live server
checkout branch dataanalytics_company
to see how to use tailwind to build a Landing Page
steps:
npm install --force
npm run dev
- open browser on
[localhost](http://localhost:5173/)
checkout branch framer_aos
to see how to use framer-motion to animate on scroll
steps:
npm install --force
npm run dev
- open browser on
[localhost](http://localhost:5173/)