Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by Khalil-codes
A curated list of projects in awesome lists by Khalil-codes .
https://github.com/khalil-codes/wordle-clone
A simple clone of infamous wordle game. Built using React and Context API. Also you don't have to wait hours to play new game, you can play as many games you want. You get 6 attempts to guess 5 letter word.
clone-app context-api react wordle-game
Last synced: 28 Nov 2024
https://github.com/khalil-codes/nested-comments
An application that utilises recursive component approach to manage nested comments. Uses Next JS, Tailwind, Prisma and PostgresSQL.
nextjs prisma recursion shadcn-ui tailwindcss
Last synced: 28 Nov 2024
https://github.com/khalil-codes/peek-link
PeekLink is a tool designed to instantly generate social previews of websites. You can make every shared link count across the web
cherrio nextjs server-components tailwindcss web-scraping
Last synced: 28 Nov 2024
https://github.com/khalil-codes/sub-trackr
Track your subscriptions effortlessly with SubTrackr.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/pulse-poll
Engage your audience instantly with PulsePoll, a real-time polling app that allows users to cast and view votes in seconds. Create dynamic polls on the go and watch live results unfold seamlessly.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/supatodo
A demo todo app that utilises Supabase for databse and auth, combined with NextJS 14 Server Actions.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/recursive-components-react
A basic demonstration of folder tree using react recursive component
Last synced: 28 Nov 2024
https://github.com/khalil-codes/animated-counter
A counter that animates in response to state changes. Uses a spring and absolute positioning to smoothly animate digits as they change.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/todo-realtime-feathersjs-app
Built using feathersjs and socket.io. This is a Todo application that runs in realtime. It auto update/fetch todos whenever a request is sent to server. Used React and feathersjs/client for frontend and also used event emitters and events listeners to listen to any call made to server in client app.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/django-weatherapp
Searchable Weather App using Django and Weather API
Last synced: 28 Nov 2024
https://github.com/khalil-codes/typepost-react-ts-app
A Blogging/Posting Platform that is connected with Django Server provided in my repo. User can post, update, delete and read several posts.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/react-query-basics
Basic usage of react query that utilises several featues including pagination and mutations
Last synced: 28 Nov 2024
https://github.com/khalil-codes/pathfinding-visualizer-react
Pathfinding Algorithms: Dijkstra, A*, BFS, DFS Maze algorithms: Recursive Division, Binary Tree
Last synced: 28 Nov 2024
https://github.com/khalil-codes/json-fake-api-demo
This is a demo JSON server data for making fake API calls from development server.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/next-gallery
An app built using Next, RSC, Drizzle, PostgreSQL and Tailwind
Last synced: 28 Nov 2024
https://github.com/khalil-codes/django-utext
A Text Utility Tool For Transforming Your Text the way you desire using Django
Last synced: 28 Nov 2024
https://github.com/khalil-codes/node-farm-app
A simple node app to understand node and modules such as fs to handle read and write files, http to create a demo server to serve html templates and how to fill data read from files in html templates.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/todo-app-reactstrap
A Simple TodoList App built using React and ReactStrap.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/shopping-cart-ts-react-app
Built an add-to-cart-type-app. Used redux to maintain global state for cartItems and products. Fetched products list using redux thunk and declared the appropriate interfaces for cartItem as well as product . User can also increment or decrement product quantity that affects the itemsCount as well as itemsTotal.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/realtime-chat-app-socketio
Built using Socket.io, React, Node and Express. This app intends to demonstrate the use of sockets and how they are used to prcess realtime data. A user Joins the room and when another user joins with the samr roomID they can converse. Added WhatsApp like UI and few functionalities.
express node react socket-io typescript
Last synced: 28 Nov 2024
https://github.com/khalil-codes/todo-mern-app
Todofy is a Full Stack App. The Frontend is built using React, Redux and Redux Toolkit. The Backend is built using Node, Express and MongoDB. I've used jsonwebtoken to generate JWT and bcryptjs to hash password in backend. Only Authenticated user is authorized to View, Mark Complete, Add, and Delete their todo(s).
Last synced: 28 Nov 2024
https://github.com/khalil-codes/dashboard-app-django-react-app
This is an Admin Dashboard Fullstack app. There are two apps that communicate using API. I've used Django and REST Framework as Backend to perform Authentication and CRUD operations, and used React as Frontend that is managed by global state using Redux.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/movies-react-app
A Movie app that demonstrate the use of fetch API and several react hooks. A User can add movie to watchlist and watched from a list of movies.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/quiz-me-react-ts-app
This is A Quiz App built using Open Trivia DB. Used TypeScript and Redux to handle the data flow. A User is given 10 set of questions with 4 multiple choices and on selecting correct one user score increments by 1
Last synced: 28 Nov 2024
https://github.com/khalil-codes/memories-mern-app
A Blog type full stack application using MERN with TypeScript. A User can login/register via email & password as well as Google Login. A User can post their favourite memories and like others as well. Used JWT and bcrypt to handle auth and mongoDB to store data.
express mongodb node react typescript
Last synced: 28 Nov 2024
https://github.com/khalil-codes/javascript-keypad
A Typical Telephonic Keypad
Last synced: 28 Nov 2024
https://github.com/khalil-codes/news-next-app
Newsman is your all in one news provider app that helps you get news from many resources and represent news in an interactive way.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/helloworld-reactnative-ts
Task 1: Create Basic Hello World React Native App
Last synced: 28 Nov 2024
https://github.com/khalil-codes/natours-node-app
A minimal node app that uses node, express, mongoDB, REST API, HTML pug and many more to allow user to view list tours, add new, update existing tour as well as delete tour. Adding more to the app..
Last synced: 28 Nov 2024
https://github.com/khalil-codes/2-reactnative-ts
Using React Native Navigation implemented three screens and also added form validation using hooks. Demonstrated the use of FlatList as well.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/admin-dashboard-firebase-react-app
A Demo App to demonstrate the use of React with Firebase. In this app, I've provided authentication using firebase and CRUD operations using firestore. Also managed a Global State using Redux.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/todo-react-native-app
A Simple App to test React Native and getting familiar with navigations, hooks, components and many more. Used redux and added backend from one of my previous repo. Link in Readme
hooks react-native react-native-navigation redux
Last synced: 28 Nov 2024
https://github.com/khalil-codes/django-todolist
A Simple yet Dynamic TodoList to keep a track of the task you want to perform
Last synced: 28 Nov 2024
https://github.com/khalil-codes/todo-react-typescript-app
This is a simple todo app built using typescript and react context. User can add, delete, mark complete a todo as well as filter todos based on their status.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/two-cents
Two-Cents enables real-time discussions on topics, letting users share opinions instantly. Built with Socket.IO, Next.js, and Upstash/Redis
nextjs redis socket-io tailwindcss wordcloud
Last synced: 19 Dec 2024
https://github.com/khalil-codes/animated-checklist-react
Uses Framer Motion's new animate() and stagger() functions to make a list of items bounce, shimmy and shake!
framer-motion react tailwind trello
Last synced: 21 Dec 2024
https://github.com/khalil-codes/expense-manager
A Simple Expense Manager App made with Django
Last synced: 28 Nov 2024
https://github.com/khalil-codes/tic-tac-toe
A classic project for web developers. Built using React, Tailwind and Vite
animation react tailwindcss tic-tac-toe
Last synced: 09 Nov 2024
https://github.com/khalil-codes/goals-mern-app
Goalsy is a Full Stack App. The Frontend is built using React, Redux and Redux Toolkit. The Backend is built using Node, Express and MongoDB. I've used jsonwebtoken to generate JWT and bcryptjs to hash password in backend. Only Authenticated user is authorized to Add Goal, Delete Goal, View Goals and Update Goal.
Last synced: 28 Nov 2024
https://github.com/khalil-codes/sticky-notes
The coolest NOTES APP you'll ever build! The app allows users to create, edit, delete, and drag around sticky notes. It also supports color customization for each note.
appwrite notes react react-draggable react-query
Last synced: 19 Dec 2024
https://github.com/khalil-codes/feed-craft-saas
a SaaS application designed to help users gather feedback for their projects through customizable and embeddable feedback widgets
analytics nextjs shadcn supabase web-components
Last synced: 13 Dec 2024
https://github.com/khalil-codes/url-shortner-next
A simple URL shortening application built with Next.js. Enter a looong URL and generate a shortened version.
analytics authentication nextjs react server-actions shadcn-ui supabase tailwindcss
Last synced: 08 Nov 2024