Skip to content

ReDI-School/web-circle-exercise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Challenge

Our resturaunt is launching tomorrow, but we haven't been able to finish our website! Can you help us?

We really need to get our search functionality finished, we've got an input field ready, but we need to complete the search functionality. Given an input string, it should return matching dishes.

As a bonus, we'd really like to have a wishlist feature, where users can add (and remove) dishes. They should be able to view this list somewhere.

What we want to see

  • We're more interested in your thought process, rather than finished production code.
  • If you need a reminder on a certain syntax, it's fine to ask the screener, or use your preferreed search engine for a reminder.
  • It's good to ask questions! If there's anything at all you're not sure about, your screener will be happy to help.

Cloning the Repository

git clone https://github.com/ReDI-School/web-circle-excercise.git

Running the project

To run this project, you need to first download and install all the dependencies.

 npm install

Then, you can run your development server and access your application via browser (default http://localhost:5173/).

  npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.9%
  • CSS 25.1%
  • HTML 2.0%