Some of my Projects.
Most of these projects were built while I was studying at 42 Silicon Valley
& General Assembly.
The Brunette Baker
The Brunette Baker is a simple but beautifully crafted web app dedicated to showcasing and selling artisanal homemade sourdough bread.
Built with:
- React
- TypeScript
- Tailwind CSS
- Material Tailwind Components
- Web3 Form API
TrailBlazer
TrailBlazer is a full-stack CRUD application that provides available hiking trails in the United States. Built with HTML, CSS, Node.js, and Express.
Built with:
- HTML
- CSS
- EJS
- Node.js
- Express
- MongoDB
Weather App
This simple weather app fetches real-time weather data from a weather API. Users can search for current weather conditions by city, including temperature, humidity, and a brief description of the forecast.
Built with:
- HTML
- CSS
- Node.js
- Express
- Weatherstack API
Grocery Station
A Full-stack CRUD app for a local deli with owner authentication. Customers can browse the menu and other items, while authenticated owners can manage the site content. Includes Google Maps integration to help customers locate the store.
Built with:
- React
- Tailwind CSS
- Node.js
- Express
- MongoDB
- JWT Authentication
Minishell
Minishell is a my rendition of a simple unix command line interpreter written in C, including several built in shell functions. Such as: echo, cd, env, setenv, unsetenv, exit.
Built with:
- C Programming Language
- Makefile