- Framework: React.js
- Styling: Tailwind CSS (Soon)
- Animations: Framer Motion
- Base Components: Flowbite
- Routing: Wouter
- Deployment: Netlify
- Open Graph Images: Cloudinary
components/*- Various dynamic components used throughout the website.pages/*- All main pages.public/*- Static assets including robots.txtstyles/*- A handful of global styles and reusable classes that use @apply with Tailwind.data/*- a simple object that contains global data about the site.services/*- a Javascript file that focuses on querying and requesting the necessary information.assets/*- All images and illustrations required in the app.
$ git clone https://github.com/jaime00/portfolio.git
$ cd portfolio
$ npm install
$ npm run dev