Hi Devs 👋
I'm Tresor, a Software developer who loves creating useful products. I enjoy working on open-source projects and sharing what I learn.
Feel free to connect with me.
Twitter || LinkedIn
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseA rails Api for a resell-app supporting the CRUD actions and using JSON web token for authentication.
A weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.
A recipes catalog That puls data from themealDB API allowing to search for any category of recipes built with react-redux
JavaScript 5
To stop all running Rails servers type the following is the terminal
```shell
kill -9 $(lsof -i tcp:3000 -t)
```