qwel-exe / twitter-clone

A twitter clone
https://tweet-it.netlify.app
MIT License
4 stars 7 forks source link

Add Auth #2

Closed qwel-exe closed 2 years ago

qwel-exe commented 2 years ago

add a Signup page / Login page to the Twitter clone a folk can make an account/login (if not logged in ) by clicking on the Twitter

they should be able to edit their profile in profiles image

taslimmuhammed commented 2 years ago

Hey can i work on that? please assign me...

qwel-exe commented 2 years ago

Hey can i work on that? please assign me...

yep go and make the auth (i self assigned by mistake )

taslimmuhammed commented 2 years ago

Bro , please merge my pull request, I have done a lot of work on it ..🙏

qwel-exe commented 2 years ago

hey bro just was seeing after merging

10:42:15 AM: ./src/App.js
10:42:15 AM:   Line 32:18:  Parsing error: Unterminated JSX contents
10:42:15 AM:   30 |         <Route path="/login"><Login></Login></Route>
10:42:15 AM:   31 |         <Route path="/explore" exact component={explore}/> <Sidebar/>
10:42:15 AM: > 32 |         </Router> 
10:42:15 AM:      |                  ^
10:42:15 AM:   33 |   );
10:42:15 AM:   34 | }
10:42:15 AM:   35 |
taslimmuhammed commented 2 years ago

let me look into it...

taslimmuhammed commented 2 years ago

Solved everything I hope , Please merge.

qwel-exe commented 2 years ago

Fixed via #11