today i deploy that project which contain backend and frontend both, which is my first full stack project which is very basic, it helps me know about authentication & authorization, JWT, APIs, file structure and also wrote frontend with react
project:https://t.co/VnQCCV0NuI
just completed the work, which i've been working on,today i fix bugs and created the dashboard,where user can see there expenses,delete it,also create new expense,
for fetching i used Axios, for database i used mongoDB
you can check my work from github
https://t.co/apUOplfl5h
yesterday i started to create my first fullstack project which is completely by myself
it is just a small project called Expense Tracker but im learning a lot about
Authentication using jwt
password hashing using bcryptjs
Login system, signup
i use mongodb for Database and React
today i start creating a Employee management system:
using react
authentication: login
store data in local storage because its a only frontend project.......
you can track from my github:
github: https://t.co/OvrpVwhj5X
hey everyone,eklavya here
im learning full stack development and right now im learning React,i have knowledge about backend and i also have made few projects where i used node.js, express for backend and mongodb for database
im learning react and i will post about my journey:)
24 hour hackathon No sleep. (10–11 Apr)
HackHorizon 2.0 — We made Top 30/180
Built: Medicine Access Platform
Compare meds | AI assist | Find doctors
click here and share experience
link: https://t.co/rtPgDgfTDY
github: https://t.co/CaL4f9KJDV
#hackathon
🚀 Day 72 of #100DaysOfCode
🧩 Solved LeetCode 455 – Assign Cookies
Used a simple greedy approach: sort kids' greed + cookie sizes, then match the smallest valid cookie to each child. Clean and efficient in C++!
#LeetCode#CPlusPlus#GreedyAlgorithm#CodeWithEklavya 🚀🔥
🚀 Day 70 of #100DaysOfCode
🧩 Solved LeetCode 2363 – Merge Similar Items
Merged two item lists by combining weights of identical values using a simple map<int,int> approach.
Sorted output comes naturally since map keeps keys ordered. Clean and efficient solution!
#leetcode