Skip to content

dj0nny/hacker-news-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacker-news-svelte

npm version Build Status Version Documentation

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 ❤️ 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!