-This app to display list of cakes at main page and allow user to select a cake with spsifiy number of the cake, then will redirect user after select the cake to favorite cakes list page.
1- Clone cakesServer from my github account and run it locally (it is API server for this app)
2- After clone cakesApp install node models by run: yarn install
or npm install
3- From main directory run yarn start
or npm start
- The app includes main page which include two different mode (Admin and Customer), default mode is customer mode you can switch to admin mode by select admin from select menu.
- Admin mode allow admin to add new cake, delete cake, edit cake and dispaly full details of the cake.
- Customer mode allow her/him to browser list of cakes, display full details of the cake and select cake with specified number of the cake.
- The app also includes favorite cakes list page which allow customer to add her/his favorite cakes with ability to delete them.
- HTML
- CSS
- React.js, Redux
- API created with Node.js