Git Product home page Git Product logo

activity-news-app's Introduction

Activity.News

Image 2021-10-06 at 9 35 52 PM

Activity.News is your landing page for the internet. When you need a way to organize all your tabs, thoughts, ideas, and dreams, this is the platform for you. You can save your articles and collect notes on your saved links.

View the live app here!

Get started

After cloning the repo into you system you will need to:

Make sure your system is running the following:

  • Ruby 2.7.4
  • NodeJS (v14 or higher), and npm
  • Heroku CLI
  • Postgresql

After clonging the repo, run the following steps in the project directory to get started:

bundle install

Install Ruby gem packages associated with the project.

rails db:migrate db:seed

Migrates all tables and associations that are needed. Also make sure to seed the backend so you have some data to work with.

rails s

Start your Rails server. For a closer look at just the backend, you can open http://localhost:3000

Create API keys and add a .env.local

This app uses a Mailchimp API that need its own private keys.

npm start --prefix client

Runs the app in the development mode.

npm test --prefix client

Launches the test runner in the interactive watch mode. See the section about running tests for more information. Open http://localhost:4000 to view it in the browser.

Main packages used

  1. Nokogiri for parsing web page data
  2. Redux and Thunk for state management
  3. Mailchimp subscribe for email collection
  4. bcrypt() for user and password management

Features

  1. User can sign up for an account
  2. User can log into an existing account
  3. User can add links to their feed
  4. User can add notes to an article
  5. User can view, edit, and delete notes
  6. User can delete articles
  7. User can sign up for a newsletter mailing list

Thanks for viewing!

A project by John Kim

Feel free to get in touch with me at [email protected]๐Ÿ˜ฌ

activity-news-app's People

Contributors

jyk595 avatar ihollander avatar lizbur10 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.