Table of Contents
This is a simple app for recipes builded with React.js, Webpack and Tailwind.
The app is
- Responsive
- It has carousel working with transitions
- Details page for every recipe
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- typescript
npm install typescript@latest -g
- Clone the repo
git clone https://github.com/VmayaV/recipes-app.git
- Install NPM packages
npm install
- Run
npm run serve
- Navigate to http://localhost:8081/recipes-app/
- Explore the app on https://vmayav.github.io/recipes-app/