Always-Hungry.com is an online cooking recipe website to help people cook delicious food to their liking. We provide list of recipes that are randomly generated for users' view. Users can search for the recipe they are looking for by using food name or category.
For those who would like to view our website, can visit https://always-hungry.vercel.app
Before running or contribute to this project, you need to have the setup of the following packages in your environment
- node >=16.10.0
- npm >=7.24.0
- git (for
contribution)
Moreover, having these extensions will help you to speed up the development process and adhere to the best practices
- Prettier: setup in your editor https://prettier.io/ (or you can run
npm run format)
-
Fork the project
In order to work on your own version of the Always-Hungry application, please fork the project to your own repo.
-
Clone using SSH
git clone git@github.com:username/always-hungry.git
-
Enter project directory
cd besquare -
Install your dependencies:
npm ci
-
To start developing:
npm start
-
Open the source code and start editing!
Your site is now running at http://localhost:3000!