Hidden Founders web coding challenge - Client Side
A coding challenge provided by Hidden Founders
For the API (server-side) part of the project click here
The coding challenge is about implementing an app that lists shops nearby.
- Signing up using email and password
- Signing in using email and password
- Displaying list of nearby shops
- Adding/liking a shop to the list of preferred shops
- Disliking a shop and hiding it from the list of nearby shops for 2 hours
- Removing/unliking a shop from the list of preferred shops
git clone [email protected]:taoufikallah88/nearby-shops-web.git
cd nearby-shops-web
npm install
ng serve --open
For more information, please visit the Coding Challenge page.