We are recreating the FoodNest(S) website using the VanJs and Tailwind CSS. This project is a collaboration between Sushil Kumar and Manav Jain, aimed at enhancing the website's performance, design, and overall user experience.
- Van Framework: A lightweight and efficient JavaScript framework for building web applications.
- Tailwind CSS: A utility-first CSS framework for designing modern and responsive user interfaces.
- Modern Design: Leveraging Tailwind CSS to create a visually appealing and responsive UI.
- Lightweight Framework: Utilizing the Van Framework for fast and efficient rendering.
- Optimized Performance: Recreating the website with a focus on improved load times and interactivity.
/foodnest
├── /src
│ ├── /basic components # Reusable components
│ ├── /pages # Individual pages
│ ├── /routes # Routing of the Application
│ ├── /store # State Management of the Application
│ └── app.js # Entry point of the application
├── /public # Static files (styles, images, fonts, etc.)
├── tailwind.config.js # Tailwind CSS configuration
└── index.html # Main HTML file
-
Clone the repository:
git clone <repository-url> cd foodnest
-
Install dependencies:
npm install
-
Start the development server:
npm run style or, "npx tailwindcss -i ./public/\"css assets\"/main.css -o ./public/\"css assets\"/styles.css"
-
Build for production:
npm run build
This project is a collaborative effort between:
- Sushil Kumar
- Manav Jain
Feel free to contribute to this project by creating pull requests or reporting issues. We welcome all feedback and suggestions.
This project is licensed under the MIT License. See the LICENSE
file for details.