File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed
Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1- # Flicks Network
1+ # Flicks
22
3- A web platform where users connect to exchange skills — offer what you know and learn what you don't .
3+ A movie reflection and review app where users can explore a daily film pick and share their thoughts. Watch more. Share your take .
44
55** Live Demo** : [ https://reviews-app123.vercel.app/register ] ( https://reviews-app123.vercel.app/register )
66
@@ -16,13 +16,3 @@ A web platform where users connect to exchange skills — offer what you know an
1616- ** Django** + ** Django REST Framework**
1717- ** PostgreSQL**
1818
19- ---
20-
21- ## Features
22-
23- - Post a skill you’re offering and the skill you want to learn
24- - Browse skill exchange opportunities and connect with others
25- - Create, view, and delete posts from a clean dashboard
26- - Organized layout for active posts and learning goals
27- - Basic authentication and route protection
28-
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ const ActiveOrders = () => {
5959 return (
6060 < div className = "home-page" >
6161 < header className = "cafe-header" >
62- < h1 > Flicks Network </ h1 >
63- < p className = "subtitle" > Skill Swap Network – Build Skills. Build Connections .</ p >
62+ < h1 > Flicks 🎬 </ h1 >
63+ < p className = "subtitle" > Watch more. Share your take .</ p >
6464 </ header >
6565
6666 < section className = "orders-section" >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ function Welcome() {
33 < div className = "welcome-screen" >
44 < div className = "welcome-card" >
55 < h1 > Flicks 🎬 </ h1 >
6- < p className = "welcome-subtitle" > Watch more. Think deeper. Share your take.</ p >
6+ < p className = "welcome-subtitle" > Watch more. Share your take.</ p >
77 </ div >
88 </ div >
99 ) ;
You can’t perform that action at this time.
0 commit comments