npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

login-signup-react

v6.0.0

Published

Login and SignUp for ReactJS

Downloads

213

Readme

Login SignUp React

  • This NPM Package is Develop for ReactJS Frontend Developers to make development easy.

  • The one Command make the all Login Sign Up interfaces

  • Latest Version (v5.0.0 27 July -2024)

  • Updates of v5.0.0 27 July -2024

    • developer no need to copy and past commands
    • only run following command after install this package and other packages

npx create-login-SignUp
    • you must install
      • react-router-dom
      • axios
      • react-icons
    • before run the app

Releases

v1.0.0 - 27 May 2024

  • Initial release of the Project
  • only for Login(signin)

v1.1.0 - 28 May 2024

  • Updating Package
  • Adding SignIn Interface

v2.0.0 - 02 June 2024

  • Updating Package
  • Adding Custom CSS login and Signup Forms

v3.0.0 - 04 June 2024

  • Checking bugs and Errors

v4.0.0-alpha1 - 19 June 2024

  • Updating all Login and Sign Up templates set for MVC Development

v4.0.0-alpha2 - 20 June 2024

  • Updating Package
  • Fixing Bugs
  • Updating Backend Development Enviroment
  • Adding Backend Function for Login and SignUp
    • with Database
    • now working with Mysql witout MVC and With MVC

v4.0.0 - 20 June 2024

  • Updating Package
  • Fixing Bugs
  • Updating Backend Development Enviroment
  • Adding Backend Function for Login and SignUp
    • with Database
    • now working with Mysql witout MVC and With MVC

v5.0.0 - 27 July 2024

  • Updating Package
  • 5th Major Release
  • same as v4.0.0
  • Updating is
    • developer no need to copy the commands in here to genarate backend and Front end
    • only thing is run the following command

npx create-login-SignUp
    • Then Select the option that you need

IMPORTANT Notice

  • This NPM package works with ReactJS Projects (from in v2.0.0)

  • This NPM package works only with ReactJS + Vite + Tailwind CSS Projects (in v1.1.0)

  • The Common Working NPM Package will be Released in the Future.

  • The Backend is only in Mysql without MVC

  • MVC, Mongodb will be added in future Releases

How to use this NPM Package

  • Important

    • use NPM scripts according to your needs
    • use only on script
  • Before install the Package you must install following Packages

    • react-router-dom
    • axios
  • after install above packages

  • install using following NPM script

    npm i login-signup-react
  • and then go to your package.json file

  • find scripts

  • add following commands

  • Use with Custom CSS

  • Use Tailwind CSS

Use with Custom CSS


    "SignInUp": "node -e \"require('login-signup-react').RunReactLoginSignIn()\"",

  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "serve": "vite preview",
    "SignInUp": "node -e \"require('login-signup-react').RunReactLoginSignIn()\"",
  },
  • after that run the command

    npm run SignInUp
  • after you running the command you can see a folder LoginSignUp in path src/components in your Project

Use Tailwind CSS


    "SignInUpTW": "node -e \"require('login-signup-react').RunReactLoginSignInTW()\""

  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "serve": "vite preview",
    "SignInUpTW": "node -e \"require('login-signup-react').RunReactLoginSignInTW()\""
  },
  • after that run the command

    npm run SignInUpTW
  • after you running the command you can see a folder LoginSignUpTW in path src/components in your Project

BackEnd

no-MVC (Mysql)

  • After you install package

  • add following command to you package.json file at script


  "SignInUpBackendnoMVC": "node -e \"require('login-signup-react').RunBackendMysqlNoMVC()\""
  • and the run above command

  • after you can see server folder in your root folder

  • it is the backend

  • go inside the server folder and create file .gitignore

  • and add

node_modules
  • after run

  npm install
  • then develop your mysql evniroment

    ID int AI PK username varchar(45) email varchar(100) password varchar(100) role varchar(45) create_at datetime is_active int is_lock int

    • mysql table

with-MVC (Mysql)

  • After you install package

  • add following command to you package.json file at script


  "SignInUpBackendMVC": "node -e \"require('login-signup-react').RunBackendMysqlMVC()\""
  • and the run above command

  • after you can see server folder in your root folder

  • it is the backend

  • go inside the server folder and create file .gitignore

  • and add

node_modules
  • after run

  npm install
  • then develop your mysql evniroment

    ID int AI PK username varchar(45) email varchar(100) password varchar(100) role varchar(45) create_at datetime is_active int is_lock int

    • mysql table
  • start the Project

    • both Frandend and Backend

Screen Shorts

  • outputs are same in both scripts

License and copyright notice of Package

  • The Package Licensed Under ISC

Developers and Designers