First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
access birthday code in /app/birthday
Open http://localhost:3000/birthday with your browser to see
see a simple register-login I made when I was learning tailwindcss in /app/register-login
Open http://localhost:3000/register-login with your browser to see
see a simple simulation of song playing in /app/song-wave
Open http://localhost:3000/song-wave with your browser to see
see some simple card transition animation with html & scss
Open http://localhost:3000/card with your browser to see
see a simple form validation I solved from quera.ir
Open http://localhost:3000/form-validation-quera with your browser to see
see list of persons with add,edit,delete,search,filter feature saved in localStorage
Open http://localhost:3000/list-person with your browser to see
see a simulator for selecting courses on university
Open http://localhost:3000/select-courses-uni with your browser to see
Contributions are always welcome!
Please Pull request to see your recommendations.