Hello, I’m
Shubham Raj Kashyap
FRONT-END SOFTWARE ENGINEER
Hello, I’m
FRONT-END SOFTWARE ENGINEER
Skilled at bringing designs to life with 1 years experience.
Constantly learning and expading my knowledge. Currently in the Flutter space.
1 const Person = () => {
2 const [name, setName] = useState('');
3 const [role, setRole] = useState('');
4 const [interests, setInterests] = useState('');
6
5 useEffect(() => {
6 setName("Shubham Raj Kashyap");
7 setRole("Front-End Software Developer Engineer");
8 setInterest("Mobile App Development, Web Development, UI/UX Design, F1");
9 }, []);
10 }
I have gained valuable experience as a
My main programming languages include
I have thoroughly enjoyed working on both
Featured Project
Developed a comprehensive Supply-Chain Management App for ITC Limited, integrating live inventory tracking, order management, and various processes like indents, dispatches, receipts, and wastage tracking. The frontend was built using Flutter, and the backend using Django, with a custom notification system and real-time inventory updates. The app also featured asynchronous PDF generation for delivery challans and permission-based access for different users.