This project was made for the coding challenge.
You can preview the wesbite here: https://blissful-mestorf-4f195d.netlify.com/
# Clone the project
git clone https://github.com/ironhack-dev-squad-127/celeb
cd celeb
# Install the dependencies
npm install
# Start the project on http://localhost:3000
npm start# To build the project
npm run build