[https://ieee.illinois.edu]
Website built on MERN stack
- React.js --> in Client folder
- Node.js --> served from index.js - runs backend and CRUD opperations
- Express --> handels http requests
- MongoDB --> database storing content for the website
- bcrypt --> authentication
- cloudinary --> hosts image assets for the site
- SCSS --> scripting language which boils down to CSS
- state mangagmet --> with a gobal context react hook
- react portals --> addeds elements directly to the DOM insead of with in parent element