Skip to content

Commit 5a1ea0b

Browse files
authored
Merge pull request #4 from Kerushani/update-readme
update readme
2 parents 12bb8ee + 1c6d87f commit 5a1ea0b

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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-

frontend/src/pages/ActiveOrders.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

frontend/src/pages/Welcome.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)