Foodcraft is a master project to showcase all my skills to future employers, namely
- My ability to learn myself new skills.
- My ability to solve complex problems.
- A deep understanding of the fundamentals: HTML, CSS, Javascript, how browsers work, how to use a framework/library to its fullest.
Foodcraft is a website that deals with several aspects of Food:
- A database of food products and their prices.
- A recipe creator which allows you to link ingredients to food products in the database.
- A calorie counter that is easy to use and allows to calculate nutrients in an easy way, with the help of chatGPT.
Frontend knowledge
- Showing UX skills
- Showing framework mastery: React
- Typescript
- Optimisations: FCP, Speed Index, Total Blocking Time, Largest Contentful Paint, Cumulative Layout Shift, Images format and size
- Accessibility
Backend knowledge:
- Api: the ChatGPT API
- Authentification: we will use Auth0
- Database: we will use firebase or postgres or something to store our users and our data
- Express
Dev knowledge:
- Version control, git
- Work methodology