Pavel-Kliukin / Recipes_on_react

This is my final task in React basics course at the Business College Helsinki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe App on React

This app is a part of a "Full stack web developer" program at Business College Helsinki

It's made on React and uses fake json-server and restcountries API

frontpage.mp4

Recipes page with search bar

Screenshot 2023-06-05 at 12 21 36

Recipe page with whole it's information

Screenshot 2023-06-05 at 12 21 58

Add recipe page

Screenshot 2023-06-05 at 12 25 56

To start this application on your computer, you should:

  1. Clone this repository
  2. In your terminal go to the folder with this project and write npm install. It will install all dependencies for this project.
  3. Then write npm run server. It will start the json-server at the adress: http://localhost:3001/
  4. Start the application with command npm start

About

This is my final task in React basics course at the Business College Helsinki


Languages

Language:JavaScript 62.2%Language:CSS 34.9%Language:HTML 2.9%