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.
- Clone this repository:
git clone https://github.com/lpsebi/fluent-react-login-page.git
- Navigate into the project directory:
cd react-login-page
- Install the dependencies:
npm install
- Start the development server:
npm run dev
This will start the development server at http://localhost:4000.
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.
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.
If you find any issues or want to contribute to this project, feel free to create a pull request or open an issue.
This project is licensed under the Apache License. See the LICENSE file for more details.
