Web application providing current news for various categories and countries.
- Users can signup, login and logout
- Allows users to select news category and browse news (and browse more news)
- Logged in users have access to save-for-later functionality
- User is presented with a ticker including all headlines from the selected category
- Vanilla Javascript for DOM interaction and modification
- Ruby on Rails backend with Postgres db via ActiveRecords for persisting user-related data
Link to demo here: https://youtu.be/IYBPDYojZY8
In the project directory, run:
npm install
npm start
For backend, run:
bundle install
rake db:migrate
rails s
- N/A as the project intends intensive use of DOM manipulation
Basri Dogan