Taco Street is a web application dedicated to helping taco lovers explore and discover the best taco recipes. Our user-friendly platform provides a diverse range of mouthwatering taco recipes for you to try at home.
Taco Street is built using a combination of web technologies to deliver an enjoyable user experience:
- HTML
- CSS
- JavaScript
- Node.js
- EJS (Embedded JavaScript)
To experience the flavors of Taco Street, check out our live demo here!
To set up Taco Street on your local machine for development and testing, follow these steps:
Before getting started, ensure that you meet the following requirements:
- Have the latest version of npm and Node.js installed.
- Own a Windows/Linux/Mac machine.
-
Clone the repository to your local machine.
-
Install the required dependencies using npm:
npm install
-
Start the application:
node index.js
-
Open your web browser and navigate to
http://localhost:3000
to access the website.
We welcome contributions from the taco-loving community! Here's how you can get involved:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make changes and commit them:
git commit -m "Add your commit message here"
-
Push your changes to your branch:
git push origin feature/your-feature-name
-
Create a pull request on the main repository. We appreciate following coding guidelines and maintaining a clean commit history.
If you have any questions, suggestions, or just want to chat about tacos, feel free to reach out to us at therahman14@gmail.com. We're excited to hear from you and make Taco Street even more delicious!