Skip to content

amandafager/react-project

Repository files navigation

reactproject

React project

School project in React. The assignment was to create a small application built in ReactJS. By using the TheCocktailDB API, I developed Drinks, a cocktail recipe app where users can search for cocktails and get a random cocktail suggestion.

List of requirements:

  • It should be built in ReactJS
  • Should implement nice graphical user interface.
  • Can't use any third-party frameworks such as jQuery.
  • Can't contain any errors, warning or notices in the developer console.
  • Should consist of at least three react components.
  • Should include both stateless and stateful components and should use state and props.
  • Should include at least one API call. And its data should be presented.
  • Needs to be uploaded and presented on Netlify or Vercel.

Installation

  1. Clone repository
git clone https://github.com/amandafager/react-project.git
cd path/to/project/folder/react-project
  1. Install dependencies
npm i
  1. Start server
npm run start
  1. Open http://localhost:3000 in your browser

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A cocktail recipe app. Individual assignment in React.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published