All Projects → joshtynjala → semantic-ui-react-typescript-examples

joshtynjala / semantic-ui-react-typescript-examples

Licence: MIT license
Several examples using Semantic UI, React, and TypeScript

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to semantic-ui-react-typescript-examples

basic-todo-app-using-bit
A highly-modular React todo application composed of reusable components from 5 different collections. Full-blown software modularity.
Stars: ✭ 16 (-60.98%)
Mutual labels:  create-react-app, semantic-ui-react
kodlama.io-javareactcamp
Java - React Camp Works | Kodlama.io
Stars: ✭ 33 (-19.51%)
Mutual labels:  semantic-ui, semantic-ui-react
quiz-app
🏆 QuizApp is a free and open-source quiz application that lets you play fully customized quizzes right in the browser.
Stars: ✭ 97 (+136.59%)
Mutual labels:  semantic-ui, semantic-ui-react
shopping-cart
A simple Shopping-cart built with React and Django REST Framework(DRF)
Stars: ✭ 41 (+0%)
Mutual labels:  create-react-app, semantic-ui-react
Youtube React
A Youtube clone built in React, Redux, Redux-saga
Stars: ✭ 421 (+926.83%)
Mutual labels:  create-react-app, semantic-ui
semantic-ui-react-todos
The ReactJS/Redux Todo List Example with Semantic UI Components
Stars: ✭ 96 (+134.15%)
Mutual labels:  semantic-ui, semantic-ui-react
Road Beyond React App
🌈 The Road beyond React - Thing you can use after learning plain React.js
Stars: ✭ 108 (+163.41%)
Mutual labels:  create-react-app, semantic-ui
fTboilerplate-SemanticUI
boilerplate meteor react react router V4 semantic ui
Stars: ✭ 13 (-68.29%)
Mutual labels:  semantic-ui, semantic-ui-react
CubeMail
CubeMail is a webmail client built using React and Chakra UI, It runs in the browser and uses the Gmail's public Javascript API.
Stars: ✭ 25 (-39.02%)
Mutual labels:  create-react-app
ts-ui
Telar Social Network using Reactjs
Stars: ✭ 35 (-14.63%)
Mutual labels:  create-react-app
react-snake
React Snake (Functional Style)
Stars: ✭ 128 (+212.2%)
Mutual labels:  create-react-app
uniswapv3-calculator
An all-in-one platform for Uniswap liquidity providers (prev Uniswap Calculator)
Stars: ✭ 131 (+219.51%)
Mutual labels:  create-react-app
react-semantic-redux-form
Semantic-ui-react components integration with Redux form
Stars: ✭ 57 (+39.02%)
Mutual labels:  semantic-ui-react
react-typescript-starter
Minimalist React 18 starter template with TypeScript ⚛
Stars: ✭ 72 (+75.61%)
Mutual labels:  create-react-app
azure-appservice-static
Deploy static site to azure AppService.
Stars: ✭ 39 (-4.88%)
Mutual labels:  create-react-app
cra-template-quickstart-redux
Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration
Stars: ✭ 66 (+60.98%)
Mutual labels:  create-react-app
react-mobx-local-state-example
React MobX (for Local State) Example
Stars: ✭ 27 (-34.15%)
Mutual labels:  create-react-app
microservices-go-grpc
Go microservices with REST, and gRPC for demonstrating the BFF pattern. This repository contains backend services. Everything is dockerized and ready to "Go" :-)
Stars: ✭ 151 (+268.29%)
Mutual labels:  semantic-ui-react
react-deploy-s3
Deploy create react app's in AWS S3
Stars: ✭ 67 (+63.41%)
Mutual labels:  create-react-app
plebpack
Webpack configuration for the common people.
Stars: ✭ 13 (-68.29%)
Mutual labels:  create-react-app

Semantic UI, React, and TypeScript Examples

Several examples built with Semantic UI, React, and TypeScript.

Each example was created with create-react-app and react-scripts-ts using the following command:

create-react-app my-app --scripts-version=react-scripts-ts

For local development, run npm start in the root directory of any of these examples, and it will automatically start a server, launch the example in your browser, and watch for any changes that you make to the code. The page will reload with your changes automatically!

Fixed Header/Footer Layout

Fixes a header to the top of the view port and a footer to the bottom, while the region in the middle can scroll. Semantic UI supports fixed menus on the top and bottom out of the box, but they require manually adding padding to the middle region to avoid overlap. By using flexbox for layout instead, that extra padding is not required.

Magic 8-Ball Chat

Ask a yes or no question to the magic 8-ball and it will give you an answer. Styled like a chat application with a list of messages. The messages have different styles, depending on the person who sent each one.

Loan Payment Calculator

Change the the principal, the interest rate, and the number of years required to pay back the loan to calculate your monthly payment. Includes a custom NumericStepper component.

Todos

Keep track of a list of things you need to do. Add items, check them when completed, and clear all completed items. Shows how to create a list that displays some simple data, along with how to add and remove items from the data provider.

Bottom Navigation with Router

Navigate between views using navigation fixed to the bottom, powered by React Router.

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].