Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amolkumargupta/portfolio
A portfolio made in react, tailwindcss highlighting on github projects
https://github.com/amolkumargupta/portfolio
github-api portfolio react tailwindcss
Last synced: about 1 month ago
JSON representation
A portfolio made in react, tailwindcss highlighting on github projects
- Host: GitHub
- URL: https://github.com/amolkumargupta/portfolio
- Owner: AmolKumarGupta
- Created: 2022-08-30T20:28:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T10:09:10.000Z (7 months ago)
- Last Synced: 2024-10-02T08:18:49.245Z (about 1 month ago)
- Topics: github-api, portfolio, react, tailwindcss
- Language: JavaScript
- Homepage: https://amol.pages.dev/
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Portfolio
## Technologies
- React 18
- Tailwindcss 3## File structure
src/
layouts/
components/
utils/1. ### layouts
it contains common things like headers, footer etc.2. ### components/
as it is named, contains all components.3. ### utils/
it have custom hooks and helpers.