An open API service indexing awesome lists of open source software.

https://github.com/undeadme/react-user-panel

a user panel by using React Js with Formik and Yup for working with the inputs and make them validate 😬🔥✨
https://github.com/undeadme/react-user-panel

formik panel react reactjs user-panel yup

Last synced: about 2 months ago
JSON representation

a user panel by using React Js with Formik and Yup for working with the inputs and make them validate 😬🔥✨

Awesome Lists containing this project

README

          

- dont see the shit codes ! it's just experiment
# User Panel Usgin React ✨🔥
a few days ago I decided to do this project for myself as practice.This user panel created by react js and I used Formik and Yup for easier input validation 🙂🎈 and I just wanted to focus on logic so I used react bootstrap to design the whole pages.

# pages
login
- register
- user panel

# Login page
![Screenshot 2022-06-02 122209](https://user-images.githubusercontent.com/89915857/171581524-e5ae72f8-1a5e-4878-a339-703278d1462f.png)
as I said I didn't want to focous on the design and design take my all of times so It's a simple page for the login.
## Login Inputs
- Username
- Email
- Password
# Register Page
![Screenshot 2022-06-02 122457](https://user-images.githubusercontent.com/89915857/171582086-05fc7f34-5131-464b-b468-c6b7e6a83a78.png)
as you know this page is for user register and you all of the inputs handled by the yup and formik and it maked me so easy and relax for the validation.
## register inputs
- Username
- Email
- Birthday
- Password
- Confirm Password

# User Panel
![Screenshot 2022-06-02 124331](https://user-images.githubusercontent.com/89915857/171585603-4845b892-8fff-49f3-b855-d8685e83468c.png)
this page is for the users and all the data has to be dynamic. users can change their information by information page and change password page.

## Information Page
![Screenshot 2022-06-02 131603](https://user-images.githubusercontent.com/89915857/171592246-cce8f8ab-1e63-4f5f-b8ec-39f94ef09b3e.png)

## Change Password Page
![Screenshot 2022-06-02 131611](https://user-images.githubusercontent.com/89915857/171592343-fc263921-41a8-4db5-adfc-1adc6e935a04.png)

# Components Structure
```
├───Forms
│ ├───FormInput
│ ├───LoginForm
│ └───RegisterForm
├───Panel
│ ├───SideBarLinks
│ │ └───SideBarLink
│ ├───UserCard
│ ├───UserChangePassword
│ ├───UserInformation
│ └───UserProfile
└───Titles
```

# Features
- [x] Users can change their information
- [x] simple ui design
- [x] responsive
- [ ] users can upload their own profiles and banner
- [x] Users can set their first name and last name