Hi👋,
I am Sree

Full Stack Web Developer

🧑‍💻

About Me


I am Sreemannarayana Ikkurthi🙏
🖥️Love creating web appications.
🚀Aerospace Engineer to Web Developer.
⚡Currently helping Revos build India's largest growing
electric vehicle charging network.

Skills

React JS

Express JS

Tailwind

Next JS

JavaScript

CSS

HTML

Firebase

💻

Projects

Profit or Loss

Find out if you got profit or loss in stocks.

Birthday Palindrome

Check if your birthday is palindrome

Fun with Triangles

Bunch of fun stuff regarding triangles

Is your Birthday lucky?

Check if your birthday is lucky

Cash Register Manager

Don't have to calculate change ever again

📰

Blogs

No more Access-Control-Allow-Origin error

Problem No 'Access-Control-Allow-Origin' header is present on the requested resource This is the error that bugged me the most in the early stages of my web development journey.😪 To know more about this error and about CORS: https://developer.moz...

Creating objects with functions, one level deeper.

Basic functionality of function is like a computer. We input some properties, a function does what is defined inside it and gives an output. In JavaScript a majority of functions are used to create objects. It is because an object can store both Data...