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.
- Clone repository
git clone https://github.com/amandafager/react-project.git
cd path/to/project/folder/react-project
- Install dependencies
npm i
- Start server
npm run start
- Open http://localhost:3000 in your browser
This project is licensed under the MIT License - see the LICENSE file for details.
