In October 2020, I was selected as the Digital Interaction/Web Development winner of the Creative Mentorship program organized by Adobe and OFFF Festival.
This full-stack, web app was commissioned by Adobe as a part of this program. I developed the app during 6 months, building everything from scratch. I was mentored by the (amazing!) design studio Anton & Irene for the app's ideation, design, and UX.
I presented the final website at OFFF Festival 2021 edition.
Exploring the concept of time during the Covid-19 pandemic, this project is a time capsule made with material found on social media and news feeds.
The web app uses WebGL, an experimental web technology, to push the boundaries between web experiences and software engineering.
Stack: Node.js, PostgreSQL, React, WebGL, Three.js
Deployment: Heroku
Clone and install.
git clone https://github.com/AudreyKj/time-during-covid-19.git
cd time-during-covid-19
npm i
Concurrently in 2 different tabs:
cd server
npm start
cd client
npm start
Database
You will need to set up a local PostgreSQL database and set up the related environment variables. Once the database is created, connect to your database, and create the tables found in ./server/database.sql
.
- Audrey Kadjar
This project is open source and available under the MIT License.