Skip to content

codewithdevisri/user-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Authentication Frontend

📌 Overview

This is the frontend of a User Authentication System built using React.js. It allows users to register and log in through a simple and responsive user interface.


🚀 Features

  • User Signup (Registration)
  • User Login
  • Form Validation
  • API Integration with Backend
  • Responsive UI

🛠️ Tech Stack

  • React.js
  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • Axios / Fetch API

📂 Project Structure

src/
 ├── components/
 ├── pages/
 ├── App.js
 ├── index.js

⚙️ Installation & Setup

  1. Clone the repository:
git clone https://github.com/codewithdevisri/user-auth.git
  1. Navigate to project folder:
cd user-auth
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

🔗 API Integration

Make sure your backend server is running.

Example API endpoints:

  • POST /register
  • POST /login

📸 Screens (Optional)

  • Login Page
  • Signup Page

📈 Future Improvements

  • Add JWT Authentication
  • Add Protected Routes
  • Improve UI/UX
  • Add Forgot Password Feature

👩‍💻 Author

Devi Sri Chekka


About

React-based user authentication frontend with login and signup functionality, integrated with REST APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors