Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bl33h/whosbl33h
This project showcases my skills using React, ESLint, Tailwind, and Vite. It includes a brief introduction about me, my projects, the technologies I've worked with, and my experience. You'll also find a contact form at the bottom and my social media links below it.
https://github.com/bl33h/whosbl33h
emailjs eslint girlsinstem javascript netlify npm portfolio react tailwind vite
Last synced: 2 months ago
JSON representation
This project showcases my skills using React, ESLint, Tailwind, and Vite. It includes a brief introduction about me, my projects, the technologies I've worked with, and my experience. You'll also find a contact form at the bottom and my social media links below it.
- Host: GitHub
- URL: https://github.com/bl33h/whosbl33h
- Owner: bl33h
- Created: 2023-06-04T05:51:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T18:34:05.000Z (9 months ago)
- Last Synced: 2024-04-27T19:36:54.296Z (9 months ago)
- Topics: emailjs, eslint, girlsinstem, javascript, netlify, npm, portfolio, react, tailwind, vite
- Language: JavaScript
- Homepage: https://whosbl33h.netlify.app/
- Size: 2.25 MB
- Stars: 55
- Watchers: 3
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# who's bl33h ?
Welcome to my portfolio repository! This project showcases my skills using React, ESLint, Tailwind, and Vite. It includes a brief introduction about me, my projects, the technologies I've worked with, and my experience. You'll also find a contact form at the bottom and my social media links below it. Feel free to explore and connect with me!
Features •
Files •
How To Use •
Packages
## Features
* Vite
```bash
# Install dependencies
$ npm i
# run the app
$ npm run dev
```## Files
- src: the file that implements de solution.
- assets: resources that are used in an application.
- components: reusable pieces of code that define the appearance and behavior of a part of the UI.
- pages: the different areas of the portfolio.
- constants: values that cannot be altered by the program during normal execution.## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en) and [Vite](https://vitejs.dev/) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/bl33h/whosbl33h# Install dependencies
$ npm i# Run the app
$ npm run dev
```## Packages
This software uses the following open source packages:
- [Vite](https://vitejs.dev/)
- [React](https://reactjs.org/)
- [Tailwind](https://tailwindcss.com/)