Coding makes me feel alive.
I love to code my way and learn new technologies and share it with the world

I'll be dropping new react native and react Js projects in this channel

I also love to sing!

All love no hate


Sujan Anand

Cheers to 24! ❤️🎉
Hoping for another amazing year!
Thank you everyone who supported 🙏🏻

2 months ago | [YT] | 54

Sujan Anand

Turned 23 today!! ❤️
A huge 80% off available on the react native course for beginners. Use coupon code SUJAN23 to avail the offer
Link to the course : www.sujananand.in/s/store
Regards,
Sujan

1 year ago | [YT] | 30

Sujan Anand

thought of doing a QnA after 10k Subscribers, thank you everyone who subscribed!
ask me any kind questions you have in mind, be it work or personal, I'll try making a video if I get good amount of questions......

also comment down on what kinds of projects you want next, and the name of the projects as well,

Thank You!

all love no hate!

1 year ago | [YT] | 28

Sujan Anand

Hi everyone, I guess many are facing issues while enrolling to the course

Please mail you query to sujananand0@gmail.com

Or comment down below

I’ll try resolving the issue

1 year ago | [YT] | 11

Sujan Anand

Launched my react native course with complete mentorship,
Link to enroll : www.sujananand.in

Bonus 1 : access to my javascript and react interview questions

Bonus 2 : I’ll teach you faster typing without seeing on the keyboard (important while coding)

Bonus 3 cheat sheet for react native coming soon

1 year ago | [YT] | 39

Sujan Anand

After months of hard work, excited to launch my new react native course for beginners with complete mentorship!!

The only aim of this course is for you build applications on your own and learn fast typing

Do not miss out on the give aways bonuses as well

< 2 days

More details on Wednesday

Thank you

All love and no hate

1 year ago | [YT] | 49

Sujan Anand

Please do vote!

hey guys, since most of you wanted projects in react-native-cli... I am building projects using cli... starting
off with some basic beginner level projects to long and intermediate projects!... will continue projects on expo as
well... but for now focussing more on cli!

Thank you ❤️

1 year ago | [YT] | 17

Sujan Anand

Hello Guys, trying to clarify the error most people got :

-> Registration Failed [AxiosError: Network Error] i get this error on registering new users, i need help please.


🔴 so basically if your following along my code and trying to see the output on your phone, it would give this error.
or if there are any actual network issues as well.

🔴 so the way you can see the output on your phone is :

🟠 the api folder which we have created, inside that I have initialised a index.js file where all the backend code resides, over there no changes are to be made.

🟡 so let's suppose you are trying to register the user, the change has to be made in the register function :

🔴 so basically here you have to use your ip address and modify the URL.
for example my ip address = xxx.xxx.xx.xx

🔵 axios.post("xxx.xxx.xx.xx:3000/register",user).then((response) => {
console.log(response);
Alert.alert("Registration successful","You have been registered successfully");
}).catch((error) => {
Alert.alert("Registration failed","An error occurred while registering");
console.log("registration failed",error)
});

🟢 axios.post("xxx.xxx.xx.xx:3000/login", user).then((response) => {
console.log(response);
const token = response.data.token;
AsyncStorage.setItem("authToken",token);
router.replace("/(tabs)/home")
})

so I basically have a android phone and this works for me after making these changes, hope this helps!

To get your address
Mac = ipconfig getifaddr en0
Windows = ipconfig


Thank you

1 year ago | [YT] | 23

Sujan Anand

I mean, finally!
Graduated 🎓🎓

Just have to focus on improving my skills and share it with the world!

All love no hate ❤️

PS : video on sign in with google using expo would come a bit late, considering the fact that the required package is currently deprecated!

Working on some better projects currently!

2 years ago | [YT] | 63

Sujan Anand

Hello guys, how many of y'all want a video on sign in with google using expo?

Please do vote!

2 years ago | [YT] | 18