Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days ago
JSON representation
freeCodeCamp | random quote gen | react, axios, bootstrap
- Host: GitHub
- URL: https://github.com/codelikeagirl29/fcc-quote-generator
- Owner: CodeLikeAGirl29
- Created: 2024-09-09T01:50:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T19:16:43.000Z (4 months ago)
- Last Synced: 2024-11-01T14:20:30.385Z (3 months ago)
- Topics: axios, bootstrap, freecodecamp, learning, project, react, react-icons, vercel
- Language: JavaScript
- Homepage: https://fcc-quote-generator-three.vercel.app
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 LocallyClone 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