Skip to content

Czechitas-podklady-WEB/jokes-demo-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Demo

This demo was created for a lecture on Typescript&React for juniors. It is meant to demonstrate the implementation of Typescript in a React project. The different phases of the implementation can be found below, each phase has its own branch.

Configuration

How to add Typescript to an existing project in vite

vitejs/vite#6799

Branches

Typescript-Start

Application after installation of typescript and basic settings. No changes in the code.

Typescript-Demo

Application ready to show how to use typescript in React. This branch was used during the lecture.

Typescript-Final

Final version of the application with the code converted to Typescript.

Source of data

https://github.com/15Dkatz/official_joke_api/blob/master/jokes/index.json#L3

About

React demo app for Czechitas React 2 course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • SCSS 4.0%
  • Other 1.3%