Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.49 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.49 KB

Overview

This repository contains a simple and elegant login page built with React.js. It demonstrates the use of modern React practices and is designed to be both responsive and user-friendly.

Do you want to see the same application with the full-stack(including back-end)

Then visit the following Github repository: https://github.com/Kuzma02/MERN-Login-And-Register-With-JSON-Web-Token

Desktop And Tablet Screens

login desktop page

Phone Screen

login mobile page

Features

  • React Functional Components: Utilizes the latest React functional components for efficient rendering and state management.
  • Responsive Design: Ensures the login page looks great on devices of all sizes. = Custom Styling: Includes a custom CSS file for styling, demonstrating how to customize the look and feel.

Getting Started

To get started with this project, clone the repository and install the dependencies.

  1. Make sure you have Node.js and npm installed on your computer. When you download it, you need to configure path variables. You can download it here: https://nodejs.org/
  2. Download the repository
  3. Open the downloaded folder in your terminal of choice and write: npm install
  4. After everything has installed write: npm run dev