All Projects → DemonDaddy22 → all-about-reactJS

DemonDaddy22 / all-about-reactJS

Licence: other
I'll be working on 20 different ReactJS projects over the course of 60 days and try to create mobile-first, light and dark themed apps out of them.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to all-about-reactJS

actions-publish-gh-pages
🍣 A GitHub Action to publish static website using GitHub Pages
Stars: ✭ 12 (-20%)
Mutual labels:  github-pages, github-actions
NextCommunity.github.io
Join FREE: Community of open-source programmers and software engineers.
Stars: ✭ 29 (+93.33%)
Mutual labels:  github-pages, github-actions
portfolio
Site built from fastpages: https://fastpages.fast.ai/. Deployed here 👉
Stars: ✭ 16 (+6.67%)
Mutual labels:  github-pages, github-actions
chicio.github.io
👻 Fabrizio Duroni (me 😄) personal website. Created using GatsbyJS, Styled Components, Storybook, Typescript, tsParticles, GitHub pages, Github Actions, Upptime.
Stars: ✭ 20 (+33.33%)
Mutual labels:  github-pages, github-actions
prathimacode-hub
Hello everyone, Welcome to my GitHub README profile. Glad to see you here! Check out this repository to view my work and learn more about me. Don't just star it, fork it as well.📢✌️
Stars: ✭ 53 (+253.33%)
Mutual labels:  github-pages, github-actions
csharp-docs-generator
An action that generates html documentation for C# programs to use for GitHub pages.
Stars: ✭ 21 (+40%)
Mutual labels:  github-pages, github-actions
webring
“วงแหวนเว็บ” แห่งนี้สร้างขึ้นเพื่อส่งเสริมให้ศิลปิน นักออกแบบ และนักพัฒนาชาวไทย สร้างเว็บไซต์ของตัวเองและแบ่งปันการเข้าชมซึ่งกันและกัน
Stars: ✭ 125 (+733.33%)
Mutual labels:  github-pages, github-actions
hugo-piercer-theme
Piercer is a very customizable, fast and simple Hugo theme designed under the mobile-first philosophy.
Stars: ✭ 27 (+80%)
Mutual labels:  css3, mobile-first
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (+33.33%)
Mutual labels:  react-router, github-actions
react-theme
Production ready Wordpress theme built with React, Redux, Redux-Thunk, Intl, React Router v4, etc... and packaged by Webpack 2. Enjoy!
Stars: ✭ 14 (-6.67%)
Mutual labels:  react-router, css3
jr.mitou.org
未踏ジュニアの公式Webサイトです! YAML ファイルで更新できます 🛠💨
Stars: ✭ 17 (+13.33%)
Mutual labels:  github-pages, github-actions
helm-gh-pages
A GitHub Action for publishing Helm charts to Github Pages
Stars: ✭ 60 (+300%)
Mutual labels:  github-pages, github-actions
static-export-template
A template to automatically convert Pluto notebooks to an HTML website with GitHub Pages. Demo page:
Stars: ✭ 70 (+366.67%)
Mutual labels:  github-pages, github-actions
vue3-md-blog
✍️ Minimal config Vue3 + Markdown blog engine
Stars: ✭ 53 (+253.33%)
Mutual labels:  github-pages, github-actions
SupportDocs
Generate help centers for your iOS apps. Hosted by GitHub and always up-to-date.
Stars: ✭ 135 (+800%)
Mutual labels:  github-pages, github-actions
nextjs-github-pages
🚀 Deploy a Next.js app to Github Pages via Github Actions.
Stars: ✭ 89 (+493.33%)
Mutual labels:  github-pages, github-actions
Github Pages Deploy Action
Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
Stars: ✭ 2,507 (+16613.33%)
Mutual labels:  github-pages, github-actions
Actions Gh Pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Stars: ✭ 2,576 (+17073.33%)
Mutual labels:  github-pages, github-actions
godot-ci
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Stars: ✭ 316 (+2006.67%)
Mutual labels:  github-pages, github-actions
addtobasic.github.io
CUI Portfolio like ubuntu terminal.
Stars: ✭ 18 (+20%)
Mutual labels:  github-pages, github-actions

All About ReactJS

All Contributors Last Commit Repo Size Open Issues Pull Requests Workflow Status


If you want to contribute to this project, consider reading the CONTRIBUTING.md first to get a better idea of how to contribute to this repo.


I'll be working on 20 different ReactJS projects over the next 50 days. I would also be deploying all the projects so that it is easy to visualize the projects.

  1. TodoApp  : A responsive ToDo app with functionalities of adding new todos, editing, and deleting existing todos. Also, data persistence is achieved by storing the todos in the browser's localStorage.

  2. Pricing Cards  💸: A responsive imitation of pricing cards. Also, introduced a dark theme, where text colors and background colors are changed based on the theme activated.

  3. Calculator  : A responsive calculator that performs basic mathematical operations. Made use of eval (not recommended) to evaluate the expression string.

  4. Color Picker  🎨: A responsive color picker which allows user to select a color from a randomly generated color palette, or choose a color of choice which gets set as the background color of the header. Implemented various color util methods to help create this exercise.

  5. GitHub Profile Viewer  🙋: A responsive GitHub Profile Viewer which clones the view of searched user's GitHub profile by listing his/her profile details and repo summaries. Made use of GitHub API to fetch details of the searched user.

  6. Stone-Paper-Scissor  : A responsive Stone-Paper-Scissor game built using React Hooks. The score is persisted using the browser's localStorage.

  7. Password Generator  🔐: A responsive password generator that allows the user to generate a password of specified length containing a random sequence of lowercase, uppercase, numeric or special characters. The user can also click on the generated password to copy it to the clipboard.

  8. Random Jokes  😹: A responsive random jokes app which renders random jokes fetched using the icanhazdadjoke API. User can like and copy the joke, and the liked jokes can also be easily accessed from a dedicated Liked Jokes section.

  9. Hover Board  🚥: A responsive hover board which consists of several small square-shaped cells, where each square lights up whenever it is hovered upon. The user can also click any square to lock the color of that cell and click again to unlock it.

  10. Key Code Sequence  : A response key code sequence generator which displays the code, key, keycode, which (deprecated) of the pressed key.

  11. Random Quotes  💭: A responsive random quotes app which renders random jokes fetched using the api.quotable.io API. This app also makes use of infinite scrolling to fetch more quotes whenever a user scrolls to the bottom of the page.

  12. Carousel  🎠: A simple and responsive image carousel which creates a controlled slideshow of images. The users can move between the images using the control buttons provided. An advanced and modern looking version of the carousel will be added in the future.

  13. Meal Generator  🍲: A responsive random meal generator which uses Themealdb.com API to fetch random meal recipes. Each fetched recipe not only contains a list of ingredients and instructions, but also links to YouTube video and source of the post.

  14. Bill Generator  💰: A responsive bill generator which displays an arbitrary taco menu, and a user can select different quantities of tacos, sides and add-ons. Based upon the items selected, the bill gets generated dynamically.

  15. Form with Validations  : A responsive form with validations which validates user's input responses. It is just a template form which doesn't store any information entered by the users.

  16. Alternate Grid  💢: A responsive alternate grid which displays an alternate ordered grid where one of the cells, in every row, contains some text information, and the other cell contains an image.

  17. Pokédex  📱: A responsive Pokédex which uses Pokeapi and is inspired by Pokedex.org. The user can search for the desired Pokémon using Pokémon's index or name and basic stats and info of the fetched Pokémon are then displayed.

  18. Twitter UI clone  🐦: A responsive Twitter UI Clone which clones the UI of Twitter feed to some extent. It's a simple UI clone of the feed, so none of the functionalities like liking, retweeting, etc. have been provided.

  19. Voting Poll  : A responsive voting poll which lets user vote for an option from a set of options.

  20. Skeleton Loader  💬: A responsive skeleton loader which serves as a skeleton placeholder for the content. Used JSON Placeholder API and UI Faces for fetching mock content.


Contributors

Thanks goes to these wonderful people (emoji key):


Rohan Gupta

💻 🤔 📖 👀

Vineet Nilawar

📖

Jaikishan

💻

Dipendra Neupane

📖

Ritika0126

📖

Aqsa Umar

📖

Mustafa Masvi

📖

phanlyhuynh

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].