Hacker news clone built with Ember
Clone the repository using Git:
git clone https://github.com/dj0nny/hacker-news-ember.git
Or download here.
For installing the dependencies run:
cd hacker-news-ember
npm install
# OR
yarn install
For running the Rollup development server:
npm run serve
# OR
yarn serve
Run:
npm run build
# OR
yarn build
for creating an optimized version of this web app.
- 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
👤 Francesco Giambruno
- Ember.js - A framework for ambitious web developers.
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!