Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.24 KB

Simple Login Javascript

Simple login menggunakan Javascript. Memanfaatkan Localstorage untuk menyimpan seluruh data yang telah user input. Project ini cuma untuk refrensi temen temen ya, consider this just for learning. Dont forget to follow my github 😶. Happy coding :)

Go to demo : https://zaadev.vercel.app/project/simple-login-local

Image

How to use 🤔

Follow the steps below.

  • Register first
  • Login
  • Successfuly

Features

const features = () => {
    return [
        "- Register",
        "- Login",
        "- Logout",
        "- Delete Account",
        "- Menyimpan Sesi Login (User tidak perlu input email/sandi lagi saat login)",
        "- Auto redirect saat user ke halaman login/register",
        "- Mengecek apakah akun sudah ada atau belum",
        "- Menambahkan sesi",
        "- Menghapus sesi",
        "- Mengedit sesi"
    ]
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Don't forget to fork and stars this repo :)

and follow me on github 🙂

License

MIT