A full-stack Node.js and Express web application that allows users to compile their content they would like to see later into one sleek social feed.
Compiler is a full-stack web application where users can send content from their social media applications to view in one media feed entirely curated by them.

-Add items from any link and parse information. -View logged items in user-friendly display and use it to access links. -Organize items in custom feeds. -Update/delete informaton within items.
- Clone the repository:
git clone https://github.com/yourusername/Compilr-Draft.git- Navigate to the project directory:
cd demo-day-draft- Install Dependencies:
npm install- Start the server:
npm run dev- Open your browser and go to:
http://localhost:6001- Add a new submission by entering a link of your choice.
- Submit the item and watch as it is added to the feed.
- Use custom feeds to sort items to the feed of your choice.
- Click the 🗑️ trash icon to delete items.