sophiabrandt / typescript-react-cocktails

simple React app with TypeScript

Home Page:https://sophiabrandt.github.io/typescript-react-cocktails/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to TypeScript React Cocktails 👋

License: MIT Build Status Mastodon Follow

simple React example with TypeScript

My experiment in creating a basic application with React and TypeScript. Bootstrapped with create-react-app.
It fetches data from the Cocktail Db API.

The project is a simple demo for learning purposes.
I have some experience with ReasonReact, and I wanted to see how TypeScript compares to Reason.

If you want to learn more about React with TypeScript, check out the React+TypeScript Cheatsheets.

✨ Demo

A live demo is deployed to GitHub pages.

Install

npm install

Usage

npm run dev

The command will run the Typescript compiler, which watches for changes in .tsx files, and the react-scripts start script for the React development server.

Run tests

(This repo doesn't have tests.)

npm run test

Author

👤 Sophia Brandt

Show your support

Give a ⭐️ if this project helped you!

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

Copyright © 2019 Sophia Brandt.
This project is MIT licensed.

Acknowlegments

CSS, HTML, and the Javascript form validation function are from the Front-End Challenges Club.


This README was generated with ❤️ by readme-md-generator

About

simple React app with TypeScript

https://sophiabrandt.github.io/typescript-react-cocktails/

License:MIT License


Languages

Language:TypeScript 72.4%Language:CSS 18.7%Language:HTML 7.4%Language:JavaScript 1.5%