generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from chingu-voyages/development
merge dev into main
- Loading branch information
Showing
86 changed files
with
1,015 additions
and
821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,82 @@ | ||
# voyage-tasks | ||
|
||
Your project's `readme` is as important to success as your code. For | ||
this reason you should put as much care into its creation and maintenance | ||
as you would any other component of the application. | ||
|
||
If you are unsure of what should go into the `readme` let this article, | ||
written by an experienced Chingu, be your starting point - | ||
[Keys to a well written README](https://tinyurl.com/yk3wubft). | ||
|
||
And before we go there's "one more thing"! Once you decide what to include | ||
in your `readme` feel free to replace the text we've provided here. | ||
|
||
> Own it & Make it your Own! | ||
## Live link: https://chingu-voyage-v46-tier-2-team-16.netlify.app/ | ||
|
||
## Team Documents | ||
|
||
You may find these helpful as you work together to organize your project. | ||
|
||
- [Team Project Ideas](./docs/team_project_ideas.md) | ||
- [Team Decision Log](./docs/team_decision_log.md) | ||
|
||
Meeting Agenda templates (located in the `/docs` directory in this repo): | ||
|
||
- Meeting - Voyage Kickoff --> ./docs/meeting-voyage_kickoff.docx | ||
- Meeting - App Vision & Feature Planning --> ./docs/meeting-vision_and_feature_planning.docx | ||
- Meeting - Sprint Retrospective, Review, and Planning --> ./docs/meeting-sprint_retrospective_review_and_planning.docx | ||
- Meeting - Sprint Open Topic Session --> ./docs/meeting-sprint_open_topic_session.docx | ||
# Zest - web app | ||
|
||
Zest is a web app that lets users find and sort recipes. | ||
|
||
## Table of Contents | ||
|
||
- [Project Description](#project-description) | ||
- [Major Functions and Features](#major-functions-and-features) | ||
- [Dependencies](#dependencies) | ||
- [Project setup](#project-setup) | ||
- [Usage](#usage) | ||
- [Deployment](#deployment) | ||
|
||
## Project Description | ||
|
||
Zest is a web app that lets users find and sort recipes. It uses the Tasty API. By default users can see browse an entire page of recipes. Users can search for recipes by their name (such as mac and cheese) and category (such as vegetarian, or pasta). Moreover, the user can filter recipes by categories. | ||
|
||
## Major Functions and Features | ||
|
||
1. **Browse recipes:** The landing page features a list of recipe cards, which contain information about ingredients, cooking times and step-by-step directions. Each of the recipes contains a picture of the dish and a nutritional chart. The recipes displayed are fetched using the Tasty API. | ||
|
||
2. **Find recipes:** By interacting with the search bar, the user can look for recipes entering a dish name or a category description (such as "under 30 minutes"). The results show up on the main page when the user use the search bar. | ||
|
||
2. **Sort recipes:** The user can sort the recipes by cooking time, nutritional value and alphabetically. | ||
--- | ||
|
||
## Dependencies | ||
|
||
To run "Zest" you will need the following dependencies and libraries: | ||
|
||
- axios - Version 1.5.0 | ||
- chart.js - Version 4.3.3 | ||
- react - Version 18.2.0 | ||
|
||
## Project setup | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
### Compiles and hot-reloads for development | ||
|
||
``` | ||
npm run dev | ||
``` | ||
|
||
### Compiles and minifies for production | ||
|
||
``` | ||
npm run build | ||
``` | ||
|
||
## Usage | ||
|
||
Follow the steps below to effectively use "Zest" and accomplish tasks in the app: | ||
|
||
1. **Installation:** | ||
|
||
Before getting started, ensure you have Node.js and npm (Node Package Manager) installed on your system. | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
2. **Running the App:** | ||
|
||
To run the app locally in development mode, use the following command: | ||
|
||
``` | ||
npm run dev | ||
``` | ||
|
||
This will start a development server, and you can access the app by visiting the specified URL in your web browser. | ||
|
||
## Deployment | ||
|
||
- Preview link | ||
https://main--chingu-voyage-v46-tier-2-team-16.netlify.app/ | ||
|
||
- Screenshot of the project | ||
|
||
![](./ZestScreenshot.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-26.4 KB
src/assets/fonts/Poppins_Complete/Fonts/OTF/Poppins-BlackItalic.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-29 KB
src/assets/fonts/Poppins_Complete/Fonts/OTF/Poppins-ExtraBoldItalic.otf
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-28.7 KB
src/assets/fonts/Poppins_Complete/Fonts/OTF/Poppins-ExtraLightItalic.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-28.2 KB
src/assets/fonts/Poppins_Complete/Fonts/OTF/Poppins-LightItalic.otf
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-26.3 KB
src/assets/fonts/Poppins_Complete/Fonts/OTF/Poppins-MediumItalic.otf
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-28.9 KB
src/assets/fonts/Poppins_Complete/Fonts/OTF/Poppins-SemiBoldItalic.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-116 KB
src/assets/fonts/Poppins_Complete/Fonts/Variable/Poppins-Variable.ttf
Binary file not shown.
Binary file removed
BIN
-120 KB
src/assets/fonts/Poppins_Complete/Fonts/Variable/Poppins-VariableItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
import { Link } from 'react-router-dom'; | ||
|
||
import styles from './AppLogoComponent.module.css'; | ||
import AppLogo from '../../assets/logo/appLogo.svg'; | ||
import { AnchorLink } from '../UI/AnchorLink'; | ||
|
||
const AppLogoComponent = () => { | ||
return ( | ||
<> | ||
{/* TODO: Update app logo link (href), to navigate to home/landing page */} | ||
{/* <a href=""> | ||
<img src={AppLogo} alt="Zest App Logo" /> | ||
</a> */} | ||
<AnchorLink text="Zest" className={styles.logo}> | ||
<img src={AppLogo} alt="Zest App Logo" /> | ||
</AnchorLink> | ||
<Link to="/" className={styles.logo} > | ||
<img src={AppLogo} alt="Zest App Logo" /> Zest | ||
</Link> | ||
</> | ||
); | ||
}; | ||
|
||
export default AppLogoComponent; | ||
export default AppLogoComponent; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import styles from "./Banner.module.css"; | ||
|
||
const Banner = () => { | ||
return ( | ||
<section className={styles.section}> | ||
|
||
</section> | ||
) | ||
} | ||
|
||
export default Banner; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.section { | ||
display: block; | ||
background-image: url("./../../assets/images/banner.png"); | ||
background-repeat: no-repeat; | ||
background-size: cover; | ||
background-position: center; | ||
height: 500px; | ||
opacity: 0.9; | ||
} | ||
|
||
|
||
|
||
@media (min-width:1400px) { | ||
.section { | ||
width: 100%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export {default as Banner} from "./Banner"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.