Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 3.37 KB

File metadata and controls

63 lines (45 loc) · 3.37 KB

Compilr

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.

Table of Contents

  1. Project Overview
  2. Features
  3. Technologies Used
  4. Installation
  5. Usage

Project Overview

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. Compilr

Features

-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.

Technologies Used

VS Code JavaScript HTML5 CSS3 NodeJS ExpressJS MongoDBGit

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/Compilr-Draft.git
  1. Navigate to the project directory:
cd demo-day-draft
  1. Install Dependencies:
npm install
  1. Start the server:
npm run dev
  1. Open your browser and go to:
http://localhost:6001

Usage

  1. Add a new submission by entering a link of your choice.
  2. Submit the item and watch as it is added to the feed.
  3. Use custom feeds to sort items to the feed of your choice.
  4. Click the 🗑️ trash icon to delete items.