Skip to content

Commit 6cf52a7

Browse files
authored
Update README.md
1 parent c469b6d commit 6cf52a7

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,42 @@
1+
# User Panel Usgin React ✨🔥
2+
a couple of 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 validate the inputs 🙂🎈 and I wanted just focus on the logic so I used react bootstrap to design the all of page.
13

4+
# pages
5+
login
6+
- register
7+
- user panel
8+
9+
# Login page
10+
![Screenshot 2022-06-02 122209](https://user-images.githubusercontent.com/89915857/171581524-e5ae72f8-1a5e-4878-a339-703278d1462f.png)
11+
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.
12+
## Login Inputs
13+
- Username
14+
- Email
15+
- Password
16+
# Register Page
17+
![Screenshot 2022-06-02 122457](https://user-images.githubusercontent.com/89915857/171582086-05fc7f34-5131-464b-b468-c6b7e6a83a78.png)
18+
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.
19+
## register inputs
20+
- Username
21+
- Email
22+
- Birthday
23+
- Password
24+
- Confirm Password
25+
26+
# User Panel
27+
![Screenshot 2022-06-02 124331](https://user-images.githubusercontent.com/89915857/171585603-4845b892-8fff-49f3-b855-d8685e83468c.png)
28+
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.
29+
30+
## Information Page
31+
![Screenshot 2022-06-02 131603](https://user-images.githubusercontent.com/89915857/171592246-cce8f8ab-1e63-4f5f-b8ec-39f94ef09b3e.png)
32+
33+
34+
## Change Password Page
35+
![Screenshot 2022-06-02 131611](https://user-images.githubusercontent.com/89915857/171592343-fc263921-41a8-4db5-adfc-1adc6e935a04.png)
36+
37+
38+
## Features
39+
- [x] Users can change their information
40+
- [x] simple ui design
41+
- [ ] users can upload their own profiles and banner
42+
- [x] Users can set their first name and last name

0 commit comments

Comments
 (0)