Skip to content

CGreen789/TypeScript-React-Hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

React/TypeScript Hackathon

Challenge

Build a weather checker app using TypeScript and React that satisfies all of the requirements below. Initialise your TypeScript project in this repo. (Remember that Create React App provides a TypeScript template, which makes it easy to get started with TypeScript and React.)

Core Requirements

Planning and documentation

  • Before coding your app, you should create a component tree diagram within this repository.

  • Each component in the diagram should have details on:

    • state (if it has any)
    • props (if it has any)
    • what it should render
  • It's worth planning out your day into mini-sprints/chunks and collectively agree on what work can be completed during each sprint. That way if you spend too long on a particular problem, you can re-evaluate things as a team and course correct earlier.

Code and functionality

Optional bonuses:

Explore (and possibly use) any of the below.


If you get errors regarding missing types for the NPM packages that you're trying to use in your TypeScript application, use these as a starting point:

It's also worth searching that package's documentation/website for "TypeScript", in case it contains any direct guidance on how to use their package with TypeScript.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.8%
  • HTML 23.1%
  • CSS 14.1%