T⊙D⊙s
Yes, this is one of the most basics for a developer.
I created it for practice and decided to use TypeScript, FireBase to create and communicate with a database + authenticate users, and Next.js which was not that useful because of the interactivity of the app, but I learned a lot.
Rock Paper Scissors
This project from 'Front-End Mentor' is a basic Rock Paper Scissors, but with great animations with JavaScript.
I really like this type of project because with pre-made designs (not animations ones) I can fully focus on the code, without being stopped by thinking about the design.
Where in the world
Another project from 'Front-end mentor', this one take some countries datas and display them.
Search in the countries, filter them and see the country page are the main features.
I used JavaScript to create it, but I think I should have used React instead for the component based development
Kasa
From my Front-End dev training program, this one made with ReactJS is my first project using React.
Les Petits Plats
Another project from my training program, this one is a list of recipes, in which we can search a recipe, and select an ingredient, utensils or appliances.
Made with JavaScript