Skip to content

Alfe3n/TakeAway

Repository files navigation

TakeAway

This is a simple webapp built with React Vite, Redux, and the Google books API and Chatgpt API. The app allows users to read the main takeaways from books.

Technologies Used

  • React Vite: A fast and opinionated React setup with instant reloading
  • Redux: A predictable state container for managing global app states
  • [API's]-Google book API,Chatgpt API

Getting Started

To use with the app, follow these steps:

  1. Clone or download repo:

  2. Install the dependencies : npm install

  3. Start the development server : npm run dev