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.
- User Signup (Registration)
- User Login
- Form Validation
- API Integration with Backend
- Responsive UI
- React.js
- HTML5
- CSS3
- JavaScript (ES6+)
- Axios / Fetch API
src/
├── components/
├── pages/
├── App.js
├── index.js
- Clone the repository:
git clone https://github.com/codewithdevisri/user-auth.git
- Navigate to project folder:
cd user-auth
- Install dependencies:
npm install
- Start the development server:
npm start
Make sure your backend server is running.
Example API endpoints:
- POST /register
- POST /login
- Login Page
- Signup Page
- Add JWT Authentication
- Add Protected Routes
- Improve UI/UX
- Add Forgot Password Feature
Devi Sri Chekka