Skip to content

Commit d25353a

Browse files
committed
Modify readme
1 parent 2a1b687 commit d25353a

8 files changed

Lines changed: 40 additions & 0 deletions

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Public documentation.
1213
- User custom lists feature: users can now create, manage, and delete their own named recipe lists
1314
- Tests!
1415

1516
### Changed
1617

18+
- Made the repository public.
1719
- Made authentication cookie persist for longer, helps mobile Safari
1820
- Reorganized the source code so it's all under `src`

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,44 @@ With CookTime you can do things like:
1515
1. Compute a recipe's nutrition facts
1616
1. Track grocery lists of ingredients to make sets of recipes
1717

18+
## Features
19+
20+
### Recipe Index
21+
22+
Search by whatever you want!
23+
24+
![CookTime homepage](docs/media/cooktime_homepage_2026_02_01.png)
25+
26+
### Grocery Lists
27+
28+
Aggregate ingredients into one grocery list!
29+
30+
![CookTime grocery list](docs/media/cooktime_groceries_2026_02_01.png)
31+
32+
### Nutrition Facts
33+
34+
Automatically computed nutrition facts using USDA nutrition data!
35+
36+
![Recipe nutrition facts](docs/media/cooktime_nutrition_2026_02_01.png)
37+
38+
### Recipe scaling
39+
40+
Scale recipes to make more or less servings!
41+
42+
![Recipe scaling and highlighted ingredients](docs/media/cooktime_recipe_instructions_2026_02_01.png)
43+
44+
### Recipe lists
45+
46+
Come up with your own recipe lists, and share them with the world!
47+
48+
![Cooktime lists](docs/media/cooktime_lists_2026_02_01.png)
49+
50+
### Social sign on
51+
52+
No more username and passwords!
53+
54+
![Sign in with Google](docs/media/cooktime_signin_2026_02_01.png)
55+
1856
## Getting started
1957

2058
Assuming [Docker Desktop][Docker Desktop] installed on Linux or macOS,
109 KB
Loading
4.35 MB
Loading
192 KB
Loading
517 KB
Loading
539 KB
Loading
39.7 KB
Loading

0 commit comments

Comments
 (0)