You must be logged in to sponsor Anoerak
Become a sponsor to Anørak
Hi, I'm Sebastien!
Student at OpenClassrooms
Web Developer at IamSeb.dev
A little more about me...
class Anørak {
constructor() {
this._pronouns = 'he' | 'his';
this._languages = ['HTML5', 'Twig', 'CSS3', 'SCSS', 'JavaScript', 'PHP', 'MySQL'];
this._frameworks = ['React.JS', 'Vue.JS', 'Solid.JS', 'Symfony'];
this._librairies = ['Redux', 'Bootstrap', 'Bulma', 'Chart.JS'];
this._workInProgress = 'Try to give as much I take by providing (hopefully) useful snippets, tools or tutorials!';
this._story = [];
}
set story(data) {
this._story = data;
}
get story() {
return this._story;
}
}
Featured work
-
babybuddy/babybuddy
A 👶 buddy to help caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
Python 2,125 -
Anoerak/api-modal-module
Basic modal which use API res to display status & statusText
JavaScript 1 -
Anoerak/Tutorials
A list of tutorial to help in your D2D coding session...
HTML -
Anoerak/fortune_quotes
Just to get random quotes in your bash terminal on Windows
-
Anoerak/cors-anywhere
CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
JavaScript