NikoFX's Stars
chaw-bot/TipCalculator
A bill calculator that takes in the total bill and tip percentage and divides the bill equally amongst the available people
chaw-bot/Leaderboard
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
NikoFX/mustsee-movie-organizer-react
A mini movie app that uses the OMDB API to display movie information and allows users to create a list of their favorite movies. The app is built using React JS, Zustand for state management, MUI for styling.
ahmetbozaci/space-traveler-hub
The Space Travelers' Hub consists of Rockets, Missions, and the My Profile section. The Rockets section displays a list of all available SpaceX rockets. The Missions section displays a list of current missions along with their brief description...
vic778/Awesome-Books
ahmetbozaci/goal-app
Goal app for create your goals with amount.
ahmetbozaci/recovon-frontend
Recovon a doctor appointment website with create react and rails api
ahmetbozaci/Tupper-Food-Storage-Tracker
Track expiry dates & combat food waste! Tupper’s goal is to empower you to throw away less food, save money and help the environment.
vic778/clos-marsaul
https://vic-clos-marsault.netlify.app
vic778/cwaku
vic778/personal-porfolio
ahmetbozaci/covid-statistic
Covid statistic page created for mobile devices. Statistics come from API and update every day.
ahmetbozaci/math_magicians
Math magicians is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations and read a random math-related quote.
chaw-bot/every-kwacha
A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
chaw-bot/advice-generator
This is a solution to the [Advice generator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/advice-generator-app-QdUG-13db). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
chaw-bot/lease-a-home-frontend
This is an apartment webapp that allows a user to sign up, log in, and make leases on particular apartments. The user, apartments, and leases are fetched from a Rails API. Built with React, Redux, CSS, and Bootstrap.
vic778/calculator
vic778/calculator-
vic778/Facebook-clone
Facebook clone is a frontend web application that I built as part of impove my skills in React, so I interacted with the compoments via the props and selected my variables using the hooks.
vic778/readme-template
wuyepabdul/space-travelers-hub
khanimgurbanli/CustomAtrr
khanimgurbanli/DesktopLibrary
khanimgurbanli/GetFromServiceData
khanimgurbanli/PhoneNumberFormatTrigger
khanimgurbanli/RegisterLogger
khanimgurbanli/SqlTasks
khanimgurbanli/T4FileTemplate
khanimgurbanli/UserRegisterLogger
UlviParviz/Selection-Sort-
This repo contains a simple C# implementation of the Selection Sort algorithm. It repeatedly selects the smallest element from an unsorted list and moves it to the sorted portion. Best suited for small datasets due to its O(n²) time complexity. The code is well-commented and easy to follow.