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

https://github.com/lukasdias/ignite-lab

Rocketseat Challenge
https://github.com/lukasdias/ignite-lab

apollo framer-motion graphcms graphql radix-ui reactjs stitches typescript vite zustand

Last synced: 4 months ago
JSON representation

Rocketseat Challenge

Awesome Lists containing this project

README

        

# Ignite Lab Challenge

## Stack 🤔
- Core 🧰
- [Vite](https://vitejs.dev/)
- ReactJS
- Typescript
- [GraphQL](https://graphql.org/)
- [HeadlessCMS](https://graphcms.com/)
- UI 🖼️
- [Stitches](https://stitches.dev/)
- [Radix UI](https://www.radix-ui.com/)
- [K-Bar](https://kbar.vercel.app/)
- [Framer Motion](https://www.framer.com/motion/)
- State Manager :atom:
- [Zustand](https://github.com/pmndrs/zustand)

## How to run 🤔

- Development
- `yarn && yarn dev || npm i && npm run dev`
- Production
- `yarn && yarn serve || npm i && npm run serve`

## Challenge made by [Rocketseat](https://www.rocketseat.com.br/ignite)