Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first commit #1

Open
wants to merge 55 commits into
base: navbar
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
e0eb4fc
first commit
matyokubov Sep 24, 2022
235eb05
first commit
matyokubov Sep 24, 2022
543490b
first commit
matyokubov Sep 24, 2022
d6ca2ec
first commit
matyokubov Sep 25, 2022
b7fb2a9
first commit
matyokubov Sep 25, 2022
570b9c7
first commit
matyokubov Sep 26, 2022
d7966d0
first commit
matyokubov Sep 26, 2022
857d88d
first commit
matyokubov Sep 28, 2022
5bea7f9
first commit
matyokubov Sep 28, 2022
6b01bfd
netlify config
matyokubov Oct 1, 2022
ae7bd1e
API
matyokubov Oct 1, 2022
94d6415
API
matyokubov Oct 1, 2022
8af5f49
fixed bugs
matyokubov Oct 1, 2022
541eab0
fixed bugs
matyokubov Oct 1, 2022
abe7ecb
filter data
matyokubov Oct 2, 2022
840c24f
bugs fixed
matyokubov Oct 4, 2022
dcfe2d1
antd
matyokubov Oct 7, 2022
b77edc1
antd sort control
matyokubov Oct 7, 2022
89e61f9
for homepage
matyokubov Oct 8, 2022
3f72358
for homepage
matyokubov Oct 8, 2022
ee4bdc9
fixed bugs and first footer
matyokubov Oct 9, 2022
899c702
fixed bugs
matyokubov Oct 9, 2022
af2c5df
loader
matyokubov Oct 9, 2022
42953d8
cards
matyokubov Oct 10, 2022
3b0d930
first commit
matyokubov Oct 17, 2022
d906488
update
matyokubov Oct 26, 2022
3e24e0f
params&show_more
matyokubov Nov 20, 2022
2fc6a02
first commit
matyokubov Nov 22, 2022
1e3019d
first commit
matyokubov Nov 22, 2022
c3f4a6f
first commit
matyokubov Nov 22, 2022
09aa579
profile&params_gallery
matyokubov Nov 29, 2022
2bfc320
API_testing
matyokubov Dec 8, 2022
c8cdd8c
replaced
matyokubov Dec 11, 2022
af91a9f
fill_white
matyokubov Dec 14, 2022
7c323fa
imgsPosition_responsive&pretty
matyokubov Dec 15, 2022
df22fbd
getSingle_house_info&set, generic_CButton&replace_card_btns-like&full
matyokubov Dec 16, 2022
df94b0b
test
matyokubov Dec 16, 2022
5b5588c
ownerCard_genericInputBugFixed
matyokubov Dec 22, 2022
fe04a4f
ownerCard
matyokubov Dec 22, 2022
f86af91
Update index.html
matyokubov Dec 29, 2022
521624f
fix_imgPath
matyokubov Jan 7, 2023
cd1bf4d
readme
matyokubov Jan 7, 2023
e19c423
March Session
matyokubov Mar 10, 2023
da79cfd
upgrade
matyokubov Mar 12, 2023
44bed66
ownerCard&fixing_bugs
matyokubov Mar 12, 2023
6242df1
fix_problems
matyokubov Mar 12, 2023
ab8424a
theHouse
matyokubov Mar 15, 2023
1281a5a
authPage
matyokubov Mar 15, 2023
e7abc50
auth_loader
matyokubov Mar 15, 2023
4ac8885
recent
matyokubov Mar 15, 2023
31b089f
scroll_bug&fixed_navbar&reloadMode_for_TheHouse
matyokubov Mar 17, 2023
b866943
scrollBtn
matyokubov Mar 17, 2023
f52152b
rememberMe
matyokubov Mar 17, 2023
7381d26
auth
matyokubov Mar 17, 2023
6721f57
Added HighOrderComponent: /pages
matyokubov Mar 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_BASE_URL = 'https://houzing-app.herokuapp.com/api/v1/'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ This section has moved here: [https://facebook.github.io/create-react-app/docs/a

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify
### `npm run build` fails to minify...

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
Loading