Skip to content

amoghshakya/quote-machine-fcc

Repository files navigation

Random Quote Machine - FCC

This is one of the 5 projects required for the completion of the course Front End Development Libraries.

Objective: Build an app that is functionally similar to this.

Instructions:
You can use any mix of HTML, JavaScript, CSS, Bootstrap, SASS, React, Redux, and jQuery to complete this project. You should use a frontend framework (like React for example) because this section is about learning frontend frameworks. Additional technologies not listed above are not recommended and using them is at your own risk. We are looking at supporting other frontend frameworks like Angular and Vue, but they are not currently supported. We will accept and try to fix all issue reports that use the suggested technology stack for this project. Happy coding!


What I used here

Run on your machine locally

Clone this repo and run

npm install
# or
pnpm install
# or
bun install

Then run the development server

npm run dev
# or
pnpm dev # or pnpm run dev
# or
bun dev

Or you can run the build as well

npm run build
# or
pnpm build
# or
bun build

About

freeCodeCamp Front End Development Library certification project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published