Skip to content

Guilbertoliveira/MenuTS

Repository files navigation

MenuTS

🔨Project Status🔨

Complete project

Project description

Project referring to a menu where you can sort and search for dishes

Version Mobile

Version Desktop

Food filters

Technologies used

Project link

Vercel Link

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Fork the Project Create your Feature Branch (git checkout -b feature/AmazingFeature) Commit your Changes (git commit -m 'Add some AmazingFeature') Push to the Branch (git push origin feature/AmazingFeature) Open a Pull Request

`

npm install normalize.css

@import 'normalize.css';

`

I had problems related to absolute paths where I had to use stackoverflow

https://stackoverflow.com/questions/68241263/absolute-path-not-working-in-vite-project-react-ts

additions made by me

  1. I used vite instead of CRA (create-react-app), because the documentation itself suggests the same
  2. Improved website responsiveness, it's not 100% yet
  3. customization in styling
  4. >installation of bots to assist in the project: image optimization and keeping dependencies ok