This is a funny web app meant to track the different smells at CU libraries. You can access it here.
This project was built using React, Bootstrap, SightEngine Text Moderation API, and Firebase.
"goodsmell.png" and "smelly-background.svg" are my own illustrations. Feel free to use them, however, please make sure to credit me. "badsmell.png" is free online clip art and can be accessed here for your own personal use.
- Install the dependencies:
npm install
- Since this project uses Firebase and the SightEngine Text Moderation API, you will need to add these credentials to a .env file. Make sure to add your .env file to your .gitignore file as well.
- Once you have set up your credentials, run a local development server:
npm start
.