Skip to content

Fazarmd/binar-platinum-recipe-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binar-platinum-recipe-book

Creating a structured web recipe book involves organizing your recipes and their related content in a user-friendly and accessible way.

Getting Started

Prerequisites

Make sure you have Yarn installed on your machine. You can install Yarn by following the instructions on the Yarn website.

Installation

  1. Clone the repository to your local machine using:

    git clone https://github.com/AccelUp/binar-platinum-recipe-book
  2. Navigate to the project directory:

    cd react-todo-app
  3. Install the project dependencies using Yarn:

    yarn install

Usage

Now that you have installed the necessary dependencies using Yarn, you can run the React Todo App locally.

  1. Start the development server:

    yarn dev

    This command will start the development server, and your app should be accessible at http://localhost:5173/ in your web browser.

  2. Start the development client:

    yarn start

    This command will start the development server, and your app should be accessible at http://localhost:8000 in your web browser.

  3. Start the development client and server using concurrently:

    yarn start

    This command will start both development server, and client.

  4. You can now use the app to create, read, update, and delete recipe.

Features

  • Create recipe: Add new recipe to your todo list.
  • Read recipe: View your list of recipe.
  • Update recipe: Edit and update task descriptions or status.
  • Delete recipe: Remove recipe from your list.

Contributing

If you'd like to contribute to this project, please fork the repository, make your changes, and submit a pull request. We welcome contributions from the community.

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • CSS 1.8%
  • HTML 0.4%