Skip to content

Cookie Banner Challenge. Goal: Create web app (front + back) that allows the user create his own personalizable banner

Notifications You must be signed in to change notification settings

shift-developer/cookie-banner-challenge

Repository files navigation

Cookie-Banner-Challenge

🎯 Goal

Create a web App that allows the user to insert a customizable banner on their site.

📝 Description

We are going to create a cookie banner that can be put on any website with a single line of code, but without implementing the logic of scanning, categorizing, blocking and accepting cookies. That is, we are only going to create its UI. The application consists of three mobile parts: the frontend with which the user will be able to customize the banner, the banner and the backend that serves all this.

🛠 Getting started

Local installation

Add .env file

DB_PRODUCTION_URI=mongodb+srv://wibson:wibsonCHALLENGE@wibsonchallenge.oecoq.mongodb.net/productionDB?retryWrites=true&w=majority
JWT_SIGNATURE=H3sOYaM

Install dependencies:

npm install
cd banner-personalization-client/
npm install
cd ..

Run development:

npm run dev

One banner example:

https://shift-developer.github.io/gifOS/

Example

About

Cookie Banner Challenge. Goal: Create web app (front + back) that allows the user create his own personalizable banner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages