Skip to content

alex-bowers/svelte-sports

Repository files navigation

Svelte Sports App

This is a test project to introduce myself to Svelte. I have not included a lot of styles or any tests.

The app pulls articles from an API and then displays them.

Screenshots

Mobile

Desktop

Image from Gyazo

To Get Started

You will need to familiarise yourself with NewsAPI. Then get an API Key.

Then create a .env file in the root directory. Add the following parameters and set the values based on what you want from NewsAPI.

NEWS_URL=
NEWS_KEY=

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000.

About

Introduction project into Svelte

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published