React authentication using JSON Server REST API | Registration screen |React JS Full Course

  Рет қаралды 45,963

Nihira Techiees

Nihira Techiees

Жыл бұрын

#reactjs #reactcrud #nihiratechiees
This is the part 1 video of React JS Authentication using JSON Server REST API . It's mainly focusing on implementing registration screen
Steps Followed
==================
1, Create new application
npx create-react-app appname
npm install bootstrap
npm i react-toastify
2, Implement Routing
npm install react-router-dom
3, Define & Run JSON Server REST API
json-server --watch db.json --port 8000
4, Design Registration page using bootstrap & HTML
5, Implement the Functionality
6, After success show the notification & Redirect to Login page
GitHub Source code link
---------------------------------------
github.com/nihira2020/reactau...
Join this channel to get access to perks:
/ @nihiratechiees

Пікірлер: 66
@user-sy1od9og5g
@user-sy1od9og5g Жыл бұрын
Thank you man. Your video really helped me 🙏
@NihiraTechiees
@NihiraTechiees Жыл бұрын
Glad to hear 👍
@kanakaraju7655
@kanakaraju7655 10 ай бұрын
Thanks for videos. u are worth for ur tutorials plz do react ci/Cid pipelines configuration and webpack configuration ❤❤❤❤❤🎉🎉🎉🎉🎉
@NihiraTechiees
@NihiraTechiees 10 ай бұрын
Will do in future
@satyasai5172
@satyasai5172 Жыл бұрын
I am following ur vedios
@NihiraTechiees
@NihiraTechiees Жыл бұрын
👍
@tejasparmar462
@tejasparmar462 11 ай бұрын
Good
@NihiraTechiees
@NihiraTechiees 11 ай бұрын
Thanks
@debmalyamukherjee6332
@debmalyamukherjee6332 Жыл бұрын
sir plz make one complete e-commerce website for us, your video is awesome...i am interested to learn..sir
@NihiraTechiees
@NihiraTechiees Жыл бұрын
Will be added in my future plans
@devanshsengar1877
@devanshsengar1877 11 ай бұрын
THANK YOU
@NihiraTechiees
@NihiraTechiees 11 ай бұрын
Welcome🎉
@bhumikachimlani8244
@bhumikachimlani8244 Ай бұрын
Thank you for thetutorial. I am having one question, as we cannot run JSON server in production how this code will work in production. Thanks!
@NihiraTechiees
@NihiraTechiees Ай бұрын
You have to change api... This json api is only suitable for development until you don't have actual api.... Production we can go with actual API
@pradosh68
@pradosh68 11 ай бұрын
sir after typing sfc emet abriviation is not recommending sfc as in your video
@NihiraTechiees
@NihiraTechiees 11 ай бұрын
Add Extension in your Visual studio code . "Extension name Simple React Snippets" follow this video kzbin.info/www/bejne/rJ6ZgoSiabB0ZpI
@user-sy1od9og5g
@user-sy1od9og5g Жыл бұрын
Module not found: Error: You attempted to import ../node_modules/bootstrap/dist/css/bootstrap.min.css which falls outside of the project src/ directory. Relative imports outside of src/ are not supported. I tried many times
@NihiraTechiees
@NihiraTechiees Жыл бұрын
Have you installed bootstrap? If yes please confirm whether your package.json has the bootstrap reference
@NihiraTechiees
@NihiraTechiees Жыл бұрын
Then check the file in the respective folder node_module/bootstrap/dist/css/ If may be min file not there
@user-sy1od9og5g
@user-sy1od9og5g Жыл бұрын
The problem is solved thank you
@NihiraTechiees
@NihiraTechiees Жыл бұрын
👍
@NihiraTechiees
@NihiraTechiees Жыл бұрын
It's part of routing. So install the package react-router-dom
@marktrevor9621
@marktrevor9621 Жыл бұрын
I really needed this tho I wanted to know if u cud do firebase role based auth
@NihiraTechiees
@NihiraTechiees Жыл бұрын
Will cover future
@TheHelpOfNS
@TheHelpOfNS Жыл бұрын
Hi sir , can you please make vedio for jest testing...test cases...for this form as well
@NihiraTechiees
@NihiraTechiees Жыл бұрын
I have some plan. Once it's finished will focus for testing also
@TheHelpOfNS
@TheHelpOfNS Жыл бұрын
@@NihiraTechiees thanks
@peerappahadimani5501
@peerappahadimani5501 Ай бұрын
json-server --watch db.json --port 8000 json server is not recognized I am getting error do u have any suggestions
@NihiraTechiees
@NihiraTechiees Ай бұрын
have you install json-server in your system?
@ABHISHEKKUMAR-wt1pw
@ABHISHEKKUMAR-wt1pw 8 ай бұрын
Can we give and random alphabet before .test() method to check email
@NihiraTechiees
@NihiraTechiees 8 ай бұрын
Yes, you can
@anuragmodak7182
@anuragmodak7182 Жыл бұрын
Failed to load resource: net::ERR_CONNECTION_REFUSED (Message from Inspect -> Console Tab) On screen displays -> Failed: Failed to fetch Getting this message every time I click the Register button.
@NihiraTechiees
@NihiraTechiees Жыл бұрын
I believe your api is not running
@anuragmodak7182
@anuragmodak7182 Жыл бұрын
@@NihiraTechiees How to solve it then? Any solutions?
@satyasai5172
@satyasai5172 Жыл бұрын
Sir which topic next u will share
@NihiraTechiees
@NihiraTechiees Жыл бұрын
Implementing Login functionlity user json server api
@satyasai5172
@satyasai5172 Жыл бұрын
Sir can u share reactjs topics and interview questions
@NihiraTechiees
@NihiraTechiees Жыл бұрын
Sure will create separate video for Q& A soon
@gauravsinghrajpoot3096
@gauravsinghrajpoot3096 11 ай бұрын
what is toast.warning there, how you create it
@NihiraTechiees
@NihiraTechiees 11 ай бұрын
It's external package using that we can create alert message. Look and feel is great. More details follow below video kzbin.info/www/bejne/jIi2l4lua9CGfbs
@petros481
@petros481 Жыл бұрын
Hi sir, please add the Login screen with validations
@NihiraTechiees
@NihiraTechiees Жыл бұрын
Sure, It will be available on 26th dec
@projects0126
@projects0126 8 ай бұрын
Is this alternative of express js?
@NihiraTechiees
@NihiraTechiees 8 ай бұрын
Not like that... But all UI framework have some similarity
@ruthra5398
@ruthra5398 11 ай бұрын
Does it work with javascript?
@NihiraTechiees
@NihiraTechiees 11 ай бұрын
Yes
@KumariNeetu-wo6wp
@KumariNeetu-wo6wp Жыл бұрын
why "failed to fatch" error is showing while login and ragiter After cloning this Project from github. can you plz tell me how to resolved this error.
@NihiraTechiees
@NihiraTechiees Жыл бұрын
Follow the video steps, don't depend on GitHub code. It's for just reference
@deenadhayalan1220
@deenadhayalan1220 11 ай бұрын
I have doubt where addressing the duplicate registeration
@NihiraTechiees
@NihiraTechiees 11 ай бұрын
That validation part not covered, if needed we have validate before api call
@deenadhayalan1220
@deenadhayalan1220 11 ай бұрын
@@NihiraTechiees could you please guide me on that part , already json server itself can't able to register with same id.
@satyasai5172
@satyasai5172 Жыл бұрын
When u upload next vedio sir
@NihiraTechiees
@NihiraTechiees Жыл бұрын
Monday
@saireddy2444
@saireddy2444 Жыл бұрын
Json-server is not found as a command
@saireddy2444
@saireddy2444 Жыл бұрын
I am getting error do u have any suggestions
@NihiraTechiees
@NihiraTechiees Жыл бұрын
What command you tried
@murugand3603
@murugand3603 Жыл бұрын
@NihiraTechiees
@NihiraTechiees Жыл бұрын
👍
@user-sy1od9og5g
@user-sy1od9og5g Жыл бұрын
Module not found: Error: You attempted to import ../react-toastify/dist/ReactToastify.css which falls outside of the project src/ directory. Relative imports outside of src/ are not supported. Now its giving me the Toastify problem
@yajna_foodtour
@yajna_foodtour 4 ай бұрын
json-server --watch db.json --port 8000 its not working sir
@NihiraTechiees
@NihiraTechiees 4 ай бұрын
Have installed json-server npm package
@curtpenote3906
@curtpenote3906 2 ай бұрын
@@NihiraTechiees Do you know why i cant install json-server globally?
@kmpfwgn8927
@kmpfwgn8927 8 ай бұрын
where is the log in?
@NihiraTechiees
@NihiraTechiees 8 ай бұрын
kzbin.info/www/bejne/eoHYgpSem8pqpNk
React User Login and Authentication with Axios
31:37
Dave Gray
Рет қаралды 542 М.
UFC 302 : Махачев VS Порье
02:54
Setanta Sports UFC
Рет қаралды 1,4 МЛН
2000000❤️⚽️#shorts #thankyou
00:20
あしざるFC
Рет қаралды 13 МЛН
Auth Does NOT Have To Be Hard
17:13
Web Dev Simplified
Рет қаралды 94 М.
Stow is the best way to manage your dot files
14:33
typecraft
Рет қаралды 9 М.
Next.js Server Actions...  5 awesome things you can do
7:51
Beyond Fireship
Рет қаралды 251 М.
Next 14 + React Query COMBO with Server Actions and RSC
9:49
developedbyed
Рет қаралды 88 М.
Rest API - Best Practices - Design
15:50
High-Performance Programming
Рет қаралды 97 М.
Deep Dive into REST API Design and Implementation Best Practices
12:02
Software Developer Diaries
Рет қаралды 36 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,1 МЛН
What is JWT? JSON Web Tokens Explained (Java Brains)
14:53
Java Brains
Рет қаралды 1 МЛН
iPhone 15 Pro vs Samsung s24🤣 #shorts
0:10
Tech Tonics
Рет қаралды 13 МЛН
Apple watch hidden camera
0:34
_vector_
Рет қаралды 60 МЛН
Bardak ile Projektör Nasıl Yapılır?
0:19
Safak Novruz
Рет қаралды 5 МЛН
Will the battery emit smoke if it rotates rapidly?
0:11
Meaningful Cartoons 183
Рет қаралды 9 МЛН