KREATIVE PERFORMATIVE INDIVIDUALS
This project is a React-based web application with a Redux architecture that integrates with various APIs and handles state management using Redux and Redux-Saga. It includes functionalities for handling user authentication, data transformation, date manipulation, machine details, and more. This README provides an overview of the application's structure, setup, and usage.
- React: Frontend library for building user interfaces.
- Redux: State management library.
- Redux-Saga: Middleware for handling side effects in Redux.
- Axios: HTTP client for making API requests.
- React-Router: For routing between different pages of the app.
- SCSS: For styling the components.
src/Components/
: Contains React components for different sections of the app.src/constants/
: Contains utility files and constants.src/store/
: Redux-related files.src/apiRoutes.js
: Contains API routes for making requests.
Before starting the project, ensure you have the following installed:
- Node.js and npm (Node Package Manager)
- Git for version control
- Clone the repository:
git clone https://github.com/Kreative-Performative-Individuals/frontend.git
cd frontend/
npm i
npm run start