DevdattPandit17 Profile Banner
Devdatt Pandit Profile
Devdatt Pandit

@DevdattPandit17

Followers
21
Following
148
Media
24
Statuses
35

Newbie Coder💻 | Physics Enthusiast 🌐

Nanded, India
Joined June 2020
Don't wanna be here? Send us removal request.
@DevdattPandit17
Devdatt Pandit
5 years
Day 23 / 100 :- I took a little break from instagram clone, today I added resume to my portfolio website which I created using pure CSS. The website is ready to be deployed on Netlify after few changes. Also check this out : https://t.co/2ZF929U3Bq #100DaysOfCode #reactjs #coder
0
6
5
@DevdattPandit17
Devdatt Pandit
5 years
Day 22 / 100 :- Continuing with instagram clone project. Today I added routes and added a profile section and explore section. Also deployed two projects on Netlify and Github page. Notes App :- https://t.co/d4wwReV23x Quiz App : https://t.co/CjFZ5PgGd4 #100DaysOfCode #javascript
0
6
4
@DevdattPandit17
Devdatt Pandit
5 years
Day 21 / 100 :- Continuing with Instagram Clone project, today I added the post section to my clone. The posting functionality is not fully added and I am still working on it. For now I have manually entered the data. That's it for today #100DaysOfCode #reactjs #javascript #clone
0
8
6
@DevdattPandit17
Devdatt Pandit
5 years
Day 20 / 100 :- Before moving on to other stuff, I just wanted to build more projects. So started off today with instagram clone. Also I added responsiveness to my portfolio website and also changed theme little bit. #100DaysOfCode #reactjs #Coding
1
5
8
@DevdattPandit17
Devdatt Pandit
5 years
Day 19 / 100 :- Today with React Router, I learned about the protected route and public route. And I studied about Authorization using React Router. Also I resolved few errors that I had in my previous projects. #100DaysOfCode #coding #reactjs #javascript
0
3
8
@DevdattPandit17
Devdatt Pandit
5 years
Day 18 / 100 :- Today I did a little update to my notes app project and Movies App Project. Also I created a little website using react router basics and fortnite API. That's it for today. #100DaysOfCode #javascript #reactjs #coding
0
2
6
@DevdattPandit17
Devdatt Pandit
5 years
Day 17 / 100 :- After few busy weeks, I am back .Today I learned about redirecting and added some functionality to my portfolio website. Also I started learning blender. Here is a 3D model of Treasure chest that I tried to create using blender. #100DaysOfCode #reactjs #Blender3d
1
3
5
@DevdattPandit17
Devdatt Pandit
5 years
Day 16 / 100 :- I am working currently on my Portfolio Website.I have added few things like about section, projects section and a footer. I will add project cards with the link source code and live demo later. #100daysofcode #Coding #javascript #codechallenge #reactjs
1
10
10
@DevdattPandit17
Devdatt Pandit
5 years
Day 15 / 100 :- Finally I have created notes-app. So far I have added features like adding, deleting, editing and previewing the notes. The recently modified notes are placed at the top. Also I have used react-markdown for markdown syntax. #100daysofcode #javascript30 #Coding
0
14
10
@DevdattPandit17
Devdatt Pandit
5 years
Day 14 / 100 :- Working with the Notes App, Today I added the features of Adding and Deleting Notes. Also added last modified date and time below every notes so that every time the notes are modified the last date and time are displayed #100daysofcodechallenge #javascript #React
0
1
2
@DevdattPandit17
Devdatt Pandit
5 years
Day 13 / 100 :- After the Movies App, I am working on a Notes Application. I did basic styling and also I made few minor changes to the Movies App like making it responsive. I also fixed the error that I had with movies rating.🌸🌸 #javascript #100DaysOfCode #Coding
0
6
9
@DevdattPandit17
Devdatt Pandit
5 years
Day 12 / 100 :- I had some problem with my laptop so I was not able to do coding for few days. But now I am back. Today I added sorting feature to my project. So the user will be able to sort the movies. Also I tried Material UI library. #100DaysOfCode #reactjs #javascript #code
1
5
8
@DevdattPandit17
Devdatt Pandit
5 years
Day 11 / 100 :- Continuing with the project…!!!! Today I have added search functionality. It is a simple search feature for now. I will add the search filter and other features later. #100DaysOfCode #ReactJS #javascript #coding
0
10
10
@DevdattPandit17
Devdatt Pandit
5 years
Day 10 / 100 :- FINALLY, I am going for my first Big Project in ReactJS. I am creating a Movie Website called ‘Movie Masti’. I will be using TMDB API for this project (I am obsessed with Public API’s😅). I will add functionalities as project goes on. #100daysofcode #Reactjs #JS
2
8
6
@DevdattPandit17
Devdatt Pandit
5 years
Day 9 / 100 :- Today, I created a weather app using Weather API. I added the function of searching. I learned about securing API and also revisited Hackerrank after nearly 2 years and got my first star in '10 days of Javascript'. That's it for today #100DaysOfCode #javascript #JS
0
4
10
@DevdattPandit17
Devdatt Pandit
5 years
Day 8 / 100 :- React Time. Today I learned about custom hooks. A custom hook is a javascript function. one Hook may call another. Building your own hooks lets you extract component logic into reusable functions. Here is the a simple example. #100DaysOfCode #javascript #Reactjs
0
8
5
@DevdattPandit17
Devdatt Pandit
5 years
Day 7:- Continuing with ReactJS……. I tried to use useEffect hook with API. Here I tried to implement a random joke generator with the help of JokeAPI where every time you refresh the page you get a new Joke/Pun(some of them are very funny😂). #100DaysOfCode #javascript #coder
1
6
15
@DevdattPandit17
Devdatt Pandit
5 years
Day 6 / 100:- Back to challenges after a busy week Today I learned about the useEffect hook in ReactJS and tried to implement the concept by creating a counter that updates and displays name when pressed. I am also working on simple TODO application in ReactJS. #100DaysOfCode
0
4
10
@DevdattPandit17
Devdatt Pandit
5 years
Day 5 / 100:- Today 's concept Hooks. React Hooks allows you to use state and other React features without a class. I tried to implement the hook concept by writing a simple program where task and count is displayed each time the counter button is pressed #100DaysOfCode #ReactJS
0
2
5
@DevdattPandit17
Devdatt Pandit
5 years
Day 4 / 100:- Today I learned about Conditional Rendering in React JS🤖 Conditional Rendering is a way to render different elements and components based on condition♨️ And I also learned about API’s and fetching data📓📓 That's it for today😅 #100DaysOfCode #codinglife #react
1
5
7