Skip to content

LPSebi/fluent-react-login-page

Repository files navigation

React Login Page with Vite

This is a simple React login page with Vite bundler that allows users to sign in with their email and password (Only frontend atm). It is built using React.

image

Installation

  1. Clone this repository:
git clone https://github.com/lpsebi/fluent-react-login-page.git
  1. Navigate into the project directory:
cd react-login-page
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

This will start the development server at http://localhost:4000.

Usage

To use this login page, simply enter your email and password and click the "Sign in" button. It won't happen anything because there is no backend yet.

Customization

You can customize the login page by editing the Login component in the src/components/Login.jsx file. You can also customize the styles in the src/styles.css directory.

Contributing

If you find any issues or want to contribute to this project, feel free to create a pull request or open an issue.

License

This project is licensed under the Apache License. See the LICENSE file for more details.

About

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors