Skip to content

application made in react that suggests cocktails that can be prepared with any of the ingredients you have at home

Notifications You must be signed in to change notification settings

melisa-abuin/cocktail-ideas

Repository files navigation

cocktail-ideas

This is an application made using React & Typescript that suggests cocktails that can be prepared with any of the ingredients you have at home

Tech stack

  • Typescript as the programming language
  • React as the library for the components
  • Styled Components as the library for styling the app
  • Jest as the unit tests framework
  • fp-ts as the library for typed functional programming in TypeScript
  • Next as the web development framework

Design

The design of the application can be found in this Figma project

Available commands

For running the server:

yarn dev

For statically build the app run:

yarn build
yarn start

Open http://localhost:3000 with your browser to see the result.

Testing

For running the unit tests you can run

yarn test

And finally for checking the types you can run

yarn typecheck

About

application made in react that suggests cocktails that can be prepared with any of the ingredients you have at home

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published