Hands On Coding Project: URL Shortener Application Part One

Опубликовано: 19 Октябрь 2024
на канале: Uma Abu
6,622
181

Mini Link It is url shorter that coverts long URLs into Short ones. In this video, I go over my design, implementation and coding of the client application.

The client was created using React JS. Server and database are Python Flask and Firebase Database. Deployed using Heroku.

Link to the server application video (part 2):    • Hands On Coding Project: URL Shortene...  
Link To The Code: https://github.com/ueabu/Mini-Link-It
minilinkit.com

#Coding #ProgrammingProject

Follow me on Social Media:
Instagram: (  / umacodes  )
Twitter: (  / uma_abu1  )

Co-Produced with Patricia Mutebi (  / that_architect  )
Logo and Intro Video: Wiz Media (  / wiz_media  )
Music: Epidemic Sound - (https://www.epidemicsound.com/referra...)

00:00 - Introduction
00:19 - Project Demo
01:34 - Architecture And Components
02:21 - Creating React App And Installing Packages
03:55 - Firebase Account Setup
04:44 - Configuring App To Talk to firebase
05:30 - Coding functionality
21:32 - Testing Coded Functionality