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

https://github.com/fdemir/market


https://github.com/fdemir/market

react redux redux-toolkit redux-toolkit-query styled-components typescript

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Market

## Technologies

- React.JS
- Vite
- Styled Components
- Redux Toolkit
- RTK Query
- Eslint + Prettier
- Cypress

## Installation

- Clone this repo.
- Run `yarn install` to install dependencies.
- Run `yarn dev` to start the development server.

## Production

- Run `yarn build` to build the project.
- Run `yarn start` to start the production server.

## Tests

- Run `yarn test` to run the tests.

## Theming

You can change the theme by changing the `theme` variable in `src/theme/variables.ts`.

## Folder Structure

```
src/
├─ components
│ ├─ layout - layout related components
│ ├─ lib - reusable components
│ ├─ shared - shared components
├─ utils - utility functions
├─ mock - contains mock data
├─ theme - theme config files and global styles
├─ assets - images and icons etc.
```