A fast responsive full-stack website that allows you to order food from various shops and deliveries to your doorstep
- Frontend: React.js, CSS/TailwindCSS
- Backend: To be implemented
- Database: To be implemented
-
Clone the Repository:
git clone https://github.com/your-username/FlavorFleet.git cd FlavorFleet -
Install Dependencies:
cd frontend npm install -
Start the Development Server: Run the project:
# Start the application: npm run dev -
Access the Application: Open your browser and go to
http://localhost:5173to see the application running. (Replace the localhost url if you are running the code somewhere else)
We welcome contributions to make FlavorFleet better! To contribute:
- Fork the repository.
- Clone the repository into your local machine:
git clone https://github.com/your-username/FlavorFleet.git- Create a new branch for your feature or bug fix:
(There are some codes which have been commented for references you can either uncomment it and improve the code for integrating purpose or remove the commented code to make your own code)
git checkout -b feature-name
- Commit your changes:
git commit -m "Add your message here" - Push your branch:
git push origin feature-name
- Open a pull request on the main repository.
If you have any questions or feedback, feel free to open an issue or contact me at [anwishtaghosh@gmail.com].