Abhiram Reddy
Hey there! I’m Abhiram and I would love to share my journey so far with you.
introduction
I am a 19 year old student who loves anime and trying his hands at new things. My current interests are Javascript and its frameworks.
why are you taking this challenge?
I found this challenge interesting as it exposes you to real world circumstances. So, I decided to give it a shot and upgrade my skills simultaneously.
something interesting about you?
I was a professional badminton player. I had also represented India in a Youth International (U17) tournament held in Jakarta, Indonesia in 2017.
help I need?
I would be grateful if I am provided insights and advice about the web development field.
how to contact me?
projects
DevlUp
DevlUp is a platform for developers to share their work and make new connections. You can comment on other people’s posts and also like them. You get notification whenever a new user joins or a post is created. I used Firebase for the backend and Redux for state management.
Stack:
- React
- Bootstrap
- Firebase
Links:
- Project: (https://devlup.netlify.app/)
- Github repo: (https://github.com/nrabhiram/develup)
Animaze
Animaze is a web application you can use to discover new anime. You can look for the top shows of all time or the top shows in a specific genre. You can also search for a specific show by typing in the search bar. You can like shows that you are interested in.
Stack:
- Javascript
- HTML & CSS
Links:
- Project: (https://animaze.netlify.app/)
- Github repo: (https://github.com/nrabhiram/animaze)
Bookz
Bookz is a simple application which you can use to keep track of the books which you are currently reading. I used functional components and instead of Redux learnt how to use Context API and hooks for state management.
Stack:
- React
- HTML & CSS
Links:
- Project: (https://bookz.netlify.app/)
- Github repo: (https://github.com/nrabhiram/booklist)
Utilizer
Utilizer is a multi-page we application. It has a handful of tools which you can use to carry out daily tasks. It has a todo list, calculator, URL bookmarker, pomodoro clock and a meditation app.
Stack:
- Javascript
- Bootstrap
- HTML & CSS
Links:
- Project: (https://utilizer.netlify.app/)
- Github repo: (https://github.com/nrabhiram/utility-app)
Forkify
Forkify is a recipe-searching application
Stack:
- Javascript
- HTML & CSS
Links:
- Project: (https://forkify1.netlify.app/)
- Github repo: (https://github.com/nrabhiram/forkify)
blogs
-
Imports and Exports
In this blog post, I talk about how one can import and export functions and other pieces of code, which is a feature of ES6 Javascript.
Blog-post link: (https://dev.to/nrabhiram/imports-exports-52fg)
-
Why is React So Popular
In this blog post, I reflect on why I think React is popular and some of the things that React enables us to do, such as creating single-page applications.
Blog-post link: (https://dev.to/nrabhiram/why-is-react-so-popular-1oa1)
-
React-Redux
In this blog post, I explain how to use Redux in an actual React application.
Blog-post link: (https://dev.to/nrabhiram/react-redux-1622)