*Front end code *Back-end here
Trollywingz is a grocery delivery app. It's a Single Page Application, SPA, with a frontend build with React. The frontend will communicate with a backend API that was build with Ruby and Rails. All interactions between the client and the server were handled asynchronously (AJAX) and use JSON as the communication format.
This project is still under development and will continue to improve.
- Grocery Store fronts
- allows user to all items carried by the grocery
- Cart
- allows users to add items to the cart and to purchase them
- Profile Page
- user are able to edit their address and other profile information
$ git clone https://github.com/almalee24/redux-project-front-end-new
$ cd job jobapp/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.