Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rk28284/reeco

This project is an assignment for CAW Studios, showcasing a web application developed using React, Redux Toolkit, Node.js, Chakra UI, and Styled Components. The application features a front end and a mock back end to demonstrate the integration of these technologies.
https://github.com/rk28284/reeco

cors html-css-javascript nodejs react redux redux-thunk

Last synced: about 5 hours ago
JSON representation

This project is an assignment for CAW Studios, showcasing a web application developed using React, Redux Toolkit, Node.js, Chakra UI, and Styled Components. The application features a front end and a mock back end to demonstrate the integration of these technologies.

Awesome Lists containing this project

README

        

# CAW Studios Assignment
Dashboard Page
Screenshot 2023-12-18 162413

Add Product
Screenshot 2023-12-18 162758

Product Table
Screenshot 2023-12-18 162948

## Overview

This project is an assignment for CAW Studios, showcasing a web application developed using React, Redux Toolkit, Node.js, Chakra UI, and Styled Components. The application features a front end and a mock back end to demonstrate the integration of these technologies.

The front end is deployed on Netlify: [CAW Studios Assignment - Frontend](https://657d509966e83a026a2cb33b--effulgent-hummingbird-586abb.netlify.app/)

The mock back end is deployed on Render: [CAW Studios Assignment - Backend](https://mockapirevision.onrender.com/data)

## Technologies Used

- React
- Redux Toolkit
- Node.js
- Chakra UI
- Styled Components
- CORS
- Mock API (JSON data)

## Project Structure

The project is organized into the following directories:

- **frontend:** Contains the React application built with Chakra UI and Styled Components.
- **backend:** Mock server using Node.js with CORS enabled.

## Getting Started

To run the project locally, follow these steps:

1. **Clone the repository:**

```bash
git clone https://github.com/rk28284/Reeco.git

2. **npm i**

3. **npm start**