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://react-user-panel.netlify.app/
MIT License
44 stars 11 forks source link
formik panel react reactjs user-panel yup

pages

login

Login page

Screenshot 2022-06-02 122209 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

User Panel

Screenshot 2022-06-02 124331 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

Change Password Page

Screenshot 2022-06-02 131611

Components Structure

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

Features