pet-projects-timeline Svelte Themes

Pet Projects Timeline

Pet Projects Timeline is a personal project to showcase and track the progress of various pet projects. The app presents a timeline of projects with their descriptions, repositories, and key details, allowing users to filter based on topics

Pet Projects Timeline

Pet Projects Timeline is a web application that helps you track and showcase your pet projects over time. It displays a timeline of your personal projects, allowing you to filter and view details of each project. The app is built with SvelteKit and hosted on GitHub Pages.

Features

  • Timeline of Projects: View a chronological list of your pet projects.
  • Filters: Filter projects by topic.
  • GitHub Integration: Projects are fetched directly from GitHub repositories.
  • Responsive Design: Works well on both desktop and mobile devices.
  • Static Hosting: Deployed using GitHub Pages.

Demo

Check out the live demo: Pet Projects Timeline

Installation

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/lyrklif/pet-projects-timeline.git
    
  2. Install dependencies:

npm install
  1. Create a .env file in the root directory based on the .env.example file:
cp .env.example .env

Fill in the following values in the .env file:

VITE_USER_NAME=<Your GitHub username>
VITE_GITHUB_LINK=<Your GitHub profile link>
VITE_API=<GitHub API URL, e.g., https://api.github.com>
VITE_EXCLUDED_REPOSITORIES=<Comma-separated list of repository names to exclude>
  1. Run the development server:
npm run dev
  1. Open your browser and go to http://localhost:5173.

Deployment

This project is set up for deployment to GitHub Pages using the @sveltejs/adapter-static. To deploy it, simply run:

npm run deploy

Make sure that the base path is set correctly in the svelte.config.js file:

paths: {
  base: '<repository-name>'
}

And static/404.html

window.location.href = '/<repository-name>/#' + pathname;

Tech Stack

  • Framework: SvelteKit
  • Hosting: GitHub Pages
  • CSS Framework: Flowbite-Svelte
  • Data Fetching: Svelte Query
  • Markdown Parsing: Marked.js

Environment Variables

The project requires the following environment variables to be set in a .env file:

  • VITE_USER_NAME - Your GitHub username.
  • VITE_GITHUB_LINK - The link to your GitHub profile.
  • VITE_API - The GitHub API URL, e.g., https://api.github.com.
  • VITE_EXCLUDED_REPOSITORIES - A comma-separated string of repository names that should be excluded from the timeline (e.g., repo1,repo2,repo3).

An example of these variables can be found in the .env.example file.

Contributions

Contributions are welcome! If you have suggestions for improving the project or want to report an issue, feel free to open an issue or submit a pull request.

Top categories

svelte logo

Need a Svelte website built?

Hire a professional Svelte developer today.
Loading Svelte Themes