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

https://github.com/powerlevel9000/thinkify-labs-takeaway

This is just an assignment project for Thinkify Labs as part of the recruitment process.
https://github.com/powerlevel9000/thinkify-labs-takeaway

css html react redux-toolkit

Last synced: about 2 months ago
JSON representation

This is just an assignment project for Thinkify Labs as part of the recruitment process.

Awesome Lists containing this project

README

          



Thinkify Labs TakeAway


# Table of Content
- [Linters And Deployment](#linters-and-deployment)
- [Mocks](#mocks)
- [Folder Structure](#folder-structure)
- [Description](#description)
- [Tech Stack](#tech-stack)

# Linters and Deployment

[![Linters](https://github.com/PowerLevel9000/thinkify-labs-takeaway/actions/workflows/linters.yml/badge.svg)](https://github.com/PowerLevel9000/thinkify-labs-takeaway/actions/workflows/linters.yml) [![Netlify Live Link](https://img.shields.io/badge/Netlify%20Live%20Link-Click%20Here-blue)](https://thinkify-takeaway.netlify.app/) [![Netlify Status](https://api.netlify.com/api/v1/badges/e37e7a4f-4c5a-4b01-9d87-78acb6a9d6eb/deploy-status)](https://app.netlify.com/sites/thinkify-takeaway/deploys)

# Mocks



# Folder structure

- [src](./src/)
- [app (For the redux store)](./src/app/store.js)
- [assets (images gif etc)](./src/assets/)
- [components (pages and respective shared)](./src/components/)
- [pages (contain respective pages and there components)](./src//components/pages/)
- [shared (contain components that shared across more than one page)](./src/components/shared/)
- [features (respective redux slice and api slices)](./src/features/)
- [api (RTK query for th api)](./src/features/api/)
- ...
- [hooks (contain custom hooks)](./src//hooks/)
- [lib (data or type data if needed)](./src/lib/)
- [style (contains all styling for the respective components)](./src/style/)

# Description
This is just an assignment project for Thinkify Labs as part of the recruitment process.

## Tech Stack
- [x] React
- [x] Redux
- [x] CSS
- [x] JSX