Svelte Portfolio
Svelte Portfolio is a portfolio project done with svelte , tailwind css and tailwind components .
This is my first svelte project it may have errors please open a issue & fork this repo to upgrade and send push request's
Table of Contents
Demo
Quick start
Quick start options:
- Download from Github.
Terminal Commands
- Download and Install NodeJs LTS version from NodeJs Official Page.
- Navigate to the root / directory and run npm install or (yarn install, if you're using yarn) to install our local dependencies.
`
npm install
npm run dev
`
Documentation
Navigate to wiki and get started with docs wiki page.
File Structure
`
├── svelte-portfolio
│ ├── static
│ │ ├── index.html
│ │ ├── favicon.png
│ │ ├── minifest.json
│ │ └── robots.txt
│ ├── src
│ │ ├── routes
│ │ │ ├── __layout.svelte
│ │ │ ├── about.svelte
│ │ │ ├── index.svelte
│ │ │ ├── blog.svelte
│ │ │ ├── contact.svelte
│ │ │ ├── projects.svelte
│ │ │ └── blog
│ │ │ └── [slug].svelte
│ │ │ └── project
│ │ │ └── [slug].svelte
│ │ ├── App.css
│ │ ├── app.html
| | └── global.d.ts
│ ├── package.json
│ ├── README.md
`
Reporting Issues
Use GitHub Issues :
Licensing
- Copyright 2022 Ajink Gupta
- Creative Commons license
Refrences
- Blog references https://dev.to/theether0/make-your-own-blog-with-sveltekit-and-devto-api-237d
- Components https://tailwindcomponents.com/component/tailwind-css-alpinejs-profile-page
- About page https://tailwindcomponents.com/component/clone-github-new-design
- Github API's
Social Media
Twitter: https://twitter.com/ajinkgupta
Dev.to : https://dev.to/ajinkgupta
Instagram: https://www.instagram.com/ajink_gupta