Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codelikeagirl29/fcc-quote-generator

freeCodeCamp | random quote gen | react, axios, bootstrap
https://github.com/codelikeagirl29/fcc-quote-generator

axios bootstrap freecodecamp learning project react react-icons vercel

Last synced: 1 day ago
JSON representation

freeCodeCamp | random quote gen | react, axios, bootstrap

Awesome Lists containing this project

README

        

# fCC Quote Generator

Part of the [Frontend Development Libraries Certification](https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-random-quote-machine) from freeCodeCamp.

> View live demo [here](https://fcc-quote-generator-three.vercel.app/)
## Run Locally

Clone the project

```bash
git clone https://github.com/codelikeagirl29/fcc-quote-generator.git
```

Go to the project directory

```bash
cd fcc-quote-generator
```

Install dependencies

```bash
npm install
```

Start the server with Vite!

```bash
npm run dev
```

## Tech Stack

React, Axios, and react-icons; with styling from Bootstrap

## React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh