Giter VIP home page Giter VIP logo

oh-my-food's Introduction


oh-my-food's People

Contributors

zuruuh avatar

Watchers

 avatar

oh-my-food's Issues

Create readme

Create readme with installation instructions & prerequisites

Animations

Setup all animations required in the projetc

Responsive

Make all pages layout responsive for desktop use

Fix heart icon

Refactor heart icon to only use a checkbox instead of a div + checkbox + i (which are not needed).
Replace the tag with a ::before directly on the checkbox and get rid of the div container

Fix fs router

Fix a bug with fs-router where html links are not updated

Fix Bundling issues on prod

Make sure assets path are updated correctly. Consider remplacing vitejs if too much problems are encountered

Create loader

Create spinning loader which disappear after 2 seconds on every page load

Create script to make use of default github pages router

Create a bash script that will be run in cd to transform every file like shown in the example below:

dist
├── assets
│   └── ...
├── index.html
└── restaurants
    ├── index.html
    ├── a-la-francaise.html
    ├── la-note-enchantee.html
    ├── la-palette-du-gout.html
    └── le-delice-des-sens.html

into ->

dist
├── assets
│   └── ... (non-html files should not be modified)
├── index.html
└── restaurants
    ├── a-la-francaise
    │   └── index.html
    ├── la-note-enchantee
    │   └── index.html
    ├── la-palette-du-gout
    │   └── index.html
    └── le-delice-des-sens
        └── index.html

Make sure to update links in html pages to keep navigation possible

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.