DEV Community

Cover image for Project 49 of 100 - Search with Autocomplete

Project 49 of 100 - Search with Autocomplete

James Hubert on February 21, 2021

Hey! I'm on a mission to make 100 React.js projects ending March 31st. Please follow my dev.to profile or my twitter for updates and feel free to r...
Collapse
 
jordanfinners profile image
Jordan Finneran

This is pretty cool! πŸ‘
I'd recommend checking out datalist html element for displaying the autocomplete results as it helps with accessibility and ordering results based on the input!

Collapse
 
jameshubert_com profile image
James Hubert

Thanks a bunch Jordan! I’ll definitely check out the data list html component and try to use it in a project.

Collapse
 
imshubh17 profile image
Shubham Singh

Quality for project also matter, not required to build 100 project

Collapse
 
jameshubert_com profile image
James Hubert

Thanks Shubham. It’s just a motivator for me- sort of a step up from #100daysofcode.
Do you think the project lacks quality? I like doing this exercise because it allows me to work on small challenges versus building whole apps.

Collapse
 
orimdominic profile image
Orim Dominic Adah • Edited

It is awesome James!
This will help many people.
I agree with your paradigm of projects instead of code. I also agree with these simple projects because large systems are made up of a combination of them

Thread Thread
 
jameshubert_com profile image
James Hubert

Thanks Orim! It's really hard... I'm not going to lie. Sometimes I can't do a project in a day and I have to do an extra one on the weekend when I have time. But overall I think the effort it's a good strategy.

Let me know if you do a #100daysofreact or #100daysofcode! I will rep you on dev.to and on Twitter :)

Thread Thread
 
orimdominic profile image
Orim Dominic Adah

I don't feel you MUST do a project each day. By what you've said, it's already leading to burnout. You are a human and you should take care of yourself. You are more useful to the world when you're healthy.
That being said, you can skip some days. It's #100DaysOfProjects, not #100ConsecutiveDaysOfProjects.
I'll let you know definitely if I ever start one.

Thread Thread
 
imshubh17 profile image
Shubham Singh

yes you are right, but for app hosting feature can be more in deployment

Thread Thread
 
jameshubert_com profile image
James Hubert

Thanks Orim. I think you're right- and please do :)

Collapse
 
imshubh17 profile image
Shubham Singh

Thanks james for understanding my good intend and positive reply. i saw your task, you are doing good but i want if you host app that time try to add more features so this will attractive

Collapse
 
developeratul profile image
Minhazur Rahman Ratul

so nice and straight forward explaination.

Collapse
 
jameshubert_com profile image
James Hubert

Thanks Ratul!

Collapse
 
riguidix profile image
Riguidix Rodriguez

Excellent I would try to follow all of your #100DaysOfCode projects but with Vue. Keep up the good work bro. Take care :)

Collapse
 
jameshubert_com profile image
James Hubert

I can't wait to learn Vue! It may just be next if I can learn React Native within this 100 days challenge :)

Thanks Riguidix!

Collapse
 
shahilsky profile image
Shahil Hussain

I am new to react. Thanx for posting the code, I can learn from it.