Dhaval Solanki
@dhaval76
Dhaval Solanki
@dhaval76
App Developer Intern, Adwaita Educare
Mumbai, India
Self-motivated AIML and coding enthusiast seeking an internship position in a good organization where my potential will be fully discovered while working for the company dedicatedly.
Working on technologies such as React Native, React, JavaScript, Node/Express, MongoDB, Firebase, Flutter, HTML, CSS, Django, Native App Development, AIML.
Recent Projects:
2048 Game: It is made using react native. It is a type of sliding block puzzle where user has achieve maximum score i.e. 2048 or beyond to win by sliding and merging blocks. It has all features of 2048 game like last action, reset the game, and also the score
Ecommerce Website: It is basically a clone of web version of amazon. It's frontend is hosted on Firebase and backend on Heroku. It uses firebase for authentication and also for data storage. It also has payment facility which is provided by stripe.
Object Detection and localization in Autonomous Vehicles: This project was based on the You only Look once algorithm (YOLO) which is a feed-forward algorithm with no backpropagation required which makes the detection and localization of the objects faster than the sliding windows and other CNN algorithms. Concepts like non-max suppression, anchor boxes and intersection over Union were used.
Recipe Suggestion App: Recipe Suggestion is a react app which suggest recipe. It uses Edamam API to fetch the data
Simply Joke: Simply Joke is a SPA made with react where users can see the joke. It has two section, first is home page, and second is favorite page. In home page user can see 10 jokes at a time and can refresh the jokes. Also user can select the categories and also the flags to blacklist. In favorite page user can see all the jokes added to favorites list and also remove the jokes from the favorites list. All the jokes is being store in global store with help of redux.