Skip to content

This is a solution to the Authentication App challenge on devChallenges.

Notifications You must be signed in to change notification settings

vietan0/dc-auth-app

Repository files navigation

Authentication App

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user storie.

  • I can register a new account
  • I can log in
  • I can log in or register with at least one of the following services: Google, Github or Twitter
  • I can sign out
  • I can see my profile details
  • I can edit my details including: name, photo, bio, phone, email and password

How To Use

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

# Clone this repository
$ git clone https://github.com/vietan0/dc-auth-app.git

# Install dependencies
$ npm install

# Run the app
$ npm run dev

Contact

About

This is a solution to the Authentication App challenge on devChallenges.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published