Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lil-bee/quote-generator

random quote generator using React + TS + Chakra UI + React Query | Solution for a challenge from Devchallenges.io.
https://github.com/lil-bee/quote-generator

chakra-ui react-query react-router typescript

Last synced: about 1 month ago
JSON representation

random quote generator using React + TS + Chakra UI + React Query | Solution for a challenge from Devchallenges.io.

Awesome Lists containing this project

README

        

Quote Generator


Solution for a challenge from Devchallenges.io.




Demo

|

Challenge


## Table of Contents

- [Overview](#overview)
- [Built With](#built-with)
- [Features](#features)
- [How to use](#how-to-use)
- [Acknowledgements](#acknowledgements)

## Overview

![993shots_so](https://github.com/lil-bee/quote-generator/assets/61036950/6cb56105-45c6-4cfb-82ed-15c1b0ada7b8)

Introduce your projects by taking a screenshot or a gif. Try to tell visitors a story about your project by answering:

- What was your experience?
- learn a lot about react query with typescript
- config component style with theme
- What have you learned/improved?
- learn a lot about react query with typescript
- config component style with theme
- Your wisdom? :)
- be careful with type in params
- write something new you've learned

### Built With

- [React](https://react.dev/)
- [Chakra UI](https://chakra-ui.com/)
- [React Query](https://tanstack.com/query/latest/docs/react/overview)

## Features

This application/site was created as a submission to a [DevChallenges](https://legacy.devchallenges.io/) challenge. The [challenge](https://legacy.devchallenges.io/challenges/8Y3J4ucAMQpSnYTwwWW8) was to build an application to complete the given user stories.

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name

# Install dependencies
$ npm install

# Run the app
$ npm run dev
```

## Acknowledgements

- [React Query with Typescript](https://tanstack.com/query/latest/docs/react/typescript)
- [Theming component](https://chakra-ui.com/docs/components/divider/theming)