Skip to content

ghaithatfeh/news_articles

Repository files navigation

News Article

Web application for creating news articles that include styleable text and GIFs. The following tools were used: Laravel, Vue.js, Node.js, Express.js, Bootstrap

Features

  • Authentication (sign in, and sign up).
  • Display all articles for guest or auth users.
  • Display user's articles for auth users.
  • Articles URLs with a slug to be SEO friendly.
  • Create, edit, and delete articles for auth users.
  • Editer.js plugin for inserting multiple GIFs in an article content.
  • Node.js API integrated with GIPHY to provide GIFs allowing the client side to make searching and filteration.
  • Live and fast search for GIFs on the client side.
  • Responsive design for all device sizes.

Setup

    git clone https://github.com/ghaithatfeh/news_articles.git
  • Go to the project directory:
    cd news_articles
  • Run the following commands:
    composer update
    npm install
    php artisan migrate
  • Run the following commands in separate terminals:
    php artisan serve
    node gif_provider/app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published