hacker-news-svelte

Hacker news clone built with Svelte

šŸš€ Getting started

Download

Clone the repository using Git:

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

Or download here.

Install

For installing the dependencies run:

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

Usage

For running the Rollup development server:

npm run dev
# OR
yarn dev

Deploying

Run:

npm run build
# OR
yarn build

for creating an optimized version of this web app.

Todo

  • Generate the Svelte app
  • Clean up the folder
  • Add router
  • 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 :heart: using

  • Svelte.js - Cybernetically enhanced web apps

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

Top categories

Loading Svelte Themes