Skip to content

varJonathanR/authentication-app

Repository files navigation

Authentication App 👤

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

Authentication App preview

View this repo as if in a code editor

Create an account using your email or through social providers like Facebook, Google, GitHub, and Twitter. Customize your profile to your liking by updating your profile picture, bio, phone number, email, and password. Enjoy a seamless experience with theme switching between light and dark modes for a personalized user interface.

Built With

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. Additionally, you need to install or enable pnpm From your command line:

# Clone this repository
$ git clone https://github.com/varJonathanR/authentication-app

# Install dependencies
$ pnpm install

# Run the app
$ pnpm dev

Contact