Skip to content

dj0nny/hacker-news-ember

Repository files navigation

hacker-news-ember

npm version Version Documentation

Hacker news clone built with Ember

🚀 Getting started

Download

Clone the repository using Git:

git clone https://github.com/dj0nny/hacker-news-ember.git

Or download here.

Install

For installing the dependencies run:

cd hacker-news-ember
npm install
# OR
yarn install

Usage

For running the Rollup development server:

npm run serve
# OR
yarn serve

Deploying

Run:

npm run build
# OR
yarn build

for creating an optimized version of this web app.

Todo

  • Generate the Ember app using the Ember CLI
  • Clean up the folder
  • Generate the routes
  • Fetch the news from the API and create the components
  • Add pagination
  • Fetch the news comments from the API and create the components
  • Create the routes for the pages
  • Fetching from API and creating components for:
    • newest
    • ask
    • show
    • jobs
  • Deploy on Netlify

Author

👤 Francesco Giambruno

Built with ❤️ using

  • Ember.js - A framework for ambitious web developers.

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!