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.
- Host: GitHub
- URL: https://github.com/powerlevel9000/thinkify-labs-takeaway
- Owner: PowerLevel9000
- Created: 2024-04-11T08:26:04.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-12T03:15:46.000Z (about 2 years ago)
- Last Synced: 2025-02-13T17:22:10.209Z (over 1 year ago)
- Topics: css, html, react, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 452 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://github.com/PowerLevel9000/thinkify-labs-takeaway/actions/workflows/linters.yml) [](https://thinkify-takeaway.netlify.app/) [](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