This is Frontend assignment submission as given at Ecommerce-boilerplate web app.
- React JS
- Redux (state management)
- Tailwind CSS
- Firebase (Authentication)
- Create the login/register functionality.
- Once the user is authenticated.
- Users can add the products to the cart page.
- Also user can add their favourite products.
- Mobile Responsive UI.
- Create a Marquee Effect on Product page
- User Customized recommendation
- More Login/Sign Up option (e.g. Microsoft,Google,Twitter)
- Performance optimization using more ideal state management practices. (e.g. lazy loading)
- Integrate AI agent to recommend products to user, with given description. (e.g. OpenAI API)
- Clone this repo
npm install
- To install the dependenciesnpm run server
- To start the JSON servernpm start
- To start the react app