Creating a structured web recipe book involves organizing your recipes and their related content in a user-friendly and accessible way.
Make sure you have Yarn installed on your machine. You can install Yarn by following the instructions on the Yarn website.
-
Clone the repository to your local machine using:
git clone https://github.com/AccelUp/binar-platinum-recipe-book
-
Navigate to the project directory:
cd react-todo-app
-
Install the project dependencies using Yarn:
yarn install
Now that you have installed the necessary dependencies using Yarn, you can run the React Todo App locally.
-
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.
-
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.
-
Start the development client and server using concurrently:
yarn start
This command will start both development server, and client.
-
You can now use the app to create, read, update, and delete recipe.
- 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.
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.
This project is licensed under the MIT License - see the LICENSE file for details.