#
toastify
Here are 113 public repositories matching this topic...
-
Updated
Feb 26, 2022 - Vue
ToastNotification is a Minimal & Elegant Toast Notification Package for ASP.NET Core Web Applications that can be invoked via C#. Compatible with ASP.NET Core 3.1 and .NET 5.
-
Updated
Oct 11, 2021 - C#
-
Updated
Mar 22, 2022 - Swift
An online store built with React, Next.js, Redux Toolkit, Styled Components, Heroku-Hosted API, React Hook Forms, and TypeScript 🐱🏍🤞
react
redux
heroku
typescript
styled-components
nextjs
schema-org
toastify
react-hook-form
redux-toolkit
vercel
yup-validation
-
Updated
Oct 31, 2021 - TypeScript
Responsive and animated application e-commerce made with React.js, Styled Components, Redux, Redux Saga and JSON Server.
react
redux
eslint
styled-components
redux-saga
reactjs
prettier
axios
e-commerce
json-server
react-icons
immer
toastify
-
Updated
Mar 27, 2022 - JavaScript
Backendini Javada Frontendini ise React ile yazacağım insan kaynakları yönetim kısmınının frontend Kısmıdır
-
Updated
Sep 16, 2021 - JavaScript
A somewhat minimalistic clone of React Toastify.
-
Updated
Mar 2, 2022 - TypeScript
Software of Application with React, Firebase using Firestore Cloud Database.
-
Updated
Sep 11, 2020 - JavaScript
javascript
java
typescript
react-native
spring-boot
react-router
reactjs
jpa
postgresql
axios
spring-security
hibernate
spring-data-jpa
toastify
-
Updated
Feb 24, 2022 - TypeScript
Learn all systematically
react
roadmap
firebase
cookie
material-ui
helmet
authorization
axios
i18next
toastify
firestore-database
scss-loader
komaroad
react-compress
-
Updated
Feb 13, 2022 - JavaScript
Web Application with Razor Pages Asp NET Core 3.1 consuming API with HttpClient. Use DevExtreme Control. Reportings, Login, AdminLTE Template.
css
html
api
jwt
adminlte
sql
view
api-client
font-awesome
httpclient
razor
devextreme
jason
partial-views
razor-pages
toastify
reportdesigner
netcore31
xtrareports
-
Updated
Aug 26, 2021 - JavaScript
Project to search repositories on GitHub with ReactJS
-
Updated
Aug 16, 2021 - TypeScript
A website to get all the posts and display the author by calling the REST API. It involves creation of post, viewing dashboard of user and his posts and listing out the todos created by the specified user.
-
Updated
Jul 22, 2021 - JavaScript
Front-end em React da API com link no readme
react
redux
api
validation
eslint
styled-components
axios
toastify
react-toastify
react-rou
react-icon
-
Updated
Jul 4, 2021 - JavaScript
This is a React, node express project with postgres database. Both frontend and backend are hosted on heroku , and I am using heroku postgresdb extension for the database. I have also made a similar project with this API but only using Angular.
react
redux
heroku
jwt
express
node
material-ui
postgresql
axios
bcrypt
cloudinary
jwt-authentication
multer
heroku-postgres
express-validator
toastify
reduxtoolkit
-
Updated
Apr 13, 2021 - JavaScript
Um sistema de newsletter feito com React.
-
Updated
Mar 2, 2022 - JavaScript
Tic-tac-toe game built with React JS along with Reactstrap and React-toastify.
-
Updated
Jul 23, 2021 - JavaScript
#Desafio Azapfy
-
Updated
Nov 24, 2021 - TypeScript
-
Updated
Jan 26, 2021 - CSS
A simple eccomerce made with ReactJS, Redux and Redux SAGA.
redux
react-router
redux-saga
reactjs
react-redux
toastify
reactotron-redux-saga
react-hooks
reactotron-react-js
reactotron-redux
-
Updated
Apr 2, 2020 - JavaScript
Software para comprar de passagens para viagens
-
Updated
Mar 27, 2022 - JavaScript
Search GitHub user and show user info with different UI and add or remove user repo to the favorite list using react with firestore and firebase authentication.
github
react
bootstrap
github-api
firebase
netlify
firebase-auth
toast-notifications
githubsearch
userinfo
reactbootstrap
toastify
firestore
-
Updated
May 22, 2021 - JavaScript
An app to assist Activity, Life Enrichment, or Social Services Directors/Coordinators in geriatric care. This app assists in documenting notes and participation and keeps track of a user's unique activity plan and allows you sort these into categories of wellness. This app can assist in both making a more well rounded activity plan and in care planning for each individual.
-
Updated
Dec 1, 2021 - JavaScript
Improve this page
Add a description, image, and links to the toastify topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the toastify topic, visit your repo's landing page and select "manage topics."
If close is set to true and duration is not infinite, and close is clicked, then the mouse is moved off where the toast would have been (or is still animating), a second timeout is created to hide the element.
As the element will already be hidden by the time that second timeout executes (due to the immediate close function), the element is null and removeChild throws a TypeError.
I have a cou