LonersMafia-Frontend-Public VS 30-Days-Of-JavaScript

Compare LonersMafia-Frontend-Public vs 30-Days-Of-JavaScript and see what are their differences.

30-Days-Of-JavaScript

30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw (by Asabeneh)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
LonersMafia-Frontend-Public 30-Days-Of-JavaScript
5 32
4 40,920
- -
0.0 1.8
about 1 year ago 24 days ago
JavaScript JavaScript
GNU Affero General Public License v3.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

LonersMafia-Frontend-Public

Posts with mentions or reviews of LonersMafia-Frontend-Public. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-07.
  • Build my first large open-sourced anonymous fun chat web app
    3 projects | /r/opensource | 7 Aug 2022
  • Built an open-sourced, anonymous fun chat-platform
    2 projects | /r/webdev | 7 Aug 2022
    There are some interesting elements, especially if you try to visit 404 pages on the site. The site took me over 2 weeks to build. I loved building this project, especially the emoji component in the front-end. I planned on using the npm package emoji-picker-react, but then it was freezing the entire page if the internet was slow; hence had to create a custom component by loading the emojis from a JSON file: My custom Emoji component github
  • A small, fun anonymous chat app
    1 project | /r/reactjs | 5 Aug 2022
    The other challenging component I worked on was the AutoResizeTextArea, which automatically resizes upwards as you type or press the shfit+enter key. View the source here: AutoHeightTextarea.
  • LonersMafia, my biggest open-sourced project.
    1 project | /r/reactjs | 5 Aug 2022
    One of the most exciting and challenging components that I created was the emoji component. I planned on using the npm package emoji-picker-react, but then it used to freeze the entire page when the component was clicked, or there was a slow internet connection. I made the custom component by storing Unicode and the name of the emojis in a JSON file and loading it into component. You can view the source code of the emoji component here: Emoji component
  • Loners Not boners, a fun open-sourced anonymous chat mafia
    2 projects | /r/Python | 5 Aug 2022
    If you are also interested in the frontend code made using reactjs, you can view the entire backend source-code here: https://github.com/PaulleDemon/LonersMafia-Frontend-Public

30-Days-Of-JavaScript

Posts with mentions or reviews of 30-Days-Of-JavaScript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-04.

What are some alternatives?

When comparing LonersMafia-Frontend-Public and 30-Days-Of-JavaScript you can also consider the following projects:

google-react - Google interface with React.js

30-Days-Of-React - 30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

You-Dont-Know-JS - A book series on JavaScript. @YDKJS on twitter.

wavy - Wavy website. Check the 'main' branch for the unbuilt version. For the API check the repo wavy-api

javascript-understanding-the-weird-parts - Notes from the JavaScript course by Tony Alicea

all-of-frontend - 你想知道的前端内容都在这

flexboxfroggy - A game for learning CSS flexbox 🐸

modern-js-cheatsheet - Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.

JavaScript30 - 30 Day Vanilla JS Challenge

100-days-of-code - Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)

js-stack-from-scratch - 🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.