Technologies
HTML
CSS
SCSS
JS
P5
Node.js
Express
MongoDb
Handlebars
React
Git
Dates
October 2021 - December 2021
Overview
During IronHack Web Developmnent Bootcamp, I had to work on several projects.
For all of them I had a week to code an app on a subject I chose.
Artists booking app
Project made with React, Styled-components, Express and MongoDb.
Website to book artists / bands for private events.Anyone can register on the app, as a normal user or an artist, and users can contact artists from a form.
Challenge
How to facilitate artists booking for private events?
Features
The idea was to create a single page app in React, with an Express / MongoDb back end. Users can see a list of all artists, filter them by location / price / etc., visit artists profile pages, and contact them with a chat feature. Artists can register, change information about them, and their visibility on the website, and of course answer to users directly from the app.
Demo
You can log in as a user with a@b.com
for email, and Password42
for the password. To login as an artist, you can use b@c.com
, and use the same password.
Click on image to visit.
Events app
Context
A mini social network, where users can organise events, like on Facebook. This app was developed using Handlebars, JavaScript and SCSS for the front end, and Express / MongoDb for the back end.
Features
The idea was to create a full stack app where anyone can organise events. This project was created for people who do not like social networks, but still want to be aware of events in their area.
The content is accessible only to logged in users, who can create, update and delete events. Users can also comment on the wall of event and delete their own comments.
Demo
You can log in with a@b.com
for email, and password
for the password.
Click on image to visit.
Flappy bird clone
Clone of the game Flappy Bird, made with P5 Js. The main challenge here was to save highest scores without back end, which was solved by adding it to local storage.
Click on image to visit.