ChitChat

🔗 Github repo ChitChat A simple chat application, with chat rooms. Live demo Mainly used react for the frontend and django , and django channels for the backend. Thanks to the open source libraries and websites like: framer-motion , tailwindcss , animista , djangochannelsrestframework (although I haven’t used this in the final app) etc… To install dependencies, use: pip install -r requirements.txt or just: pip install Django channels daphne python-decouple...

8 January, 2022 · 1 min · 127 words

Currency Exchange

🔗 Github repo Currency Exchange A simple react app, mainly to learn react, mui and css. Thanks to this repo for the API. This project was bootstrapped with Create React App . Live demo Steps to run In the project directory, you can run: yarn install To install the libraries used here. yarn start Runs the app in the development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes....

18 December, 2021 · 1 min · 113 words