Whosbl33h Personal Portfolio implemented with React
whosbl33h
My personal portfolio implemented with React. The eslint, vite and tailwind technologies were also used.
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.
Link to try it out: https://whosbl33h.netlify.app/
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:
# Clone this repository
$ git clone https://github.com/bl33h/whosbl33h
# Install dependencies
$ npm i
# Run the app
$ npm run dev