Skip to content

turingschool-examples/little-shop-fe-final-starter

Repository files navigation

Little Shop - Coupon Codes | Final Project | Frontend Starter Repo

This Vite Little Shop - Coupon Codes FE Final Project Boilerplate is built to consume and display the data from the BE Rails API built in the Mod 2 Final Project.

Set Up Instructions

Note: Do not clone this repo into your backend repo. Put it somewhere else as a stand alone. The BE and FE repos will remain two separate repos and you will submit the links to each.

  1. Fork repo
  2. Clone forked repo and rename it git clone <repo> <new name>
  3. cd into cloned repo
  4. Run npm install
  5. Run npm run dev to start developing.
  6. You'll see in the terminal that the project has opened at "http://localhost:5173/"

Notes

This FE application is build to consume the data from your Rails API. In order for it to work, you must have your Rails API running on localhost:3000. You will see fetch errors when running the FE without the BE API up and running.

Follow the directions in the FE requirements portion of the Little Shop Coupon Codes final project spec. When you are finished with the FE work, update this README to remove the current content and follow the template below.


README Template

Before turning this project in, erase this line and everything above it and fill in the info below.


Hang in There

Link to your GitHub. Consider also providing LinkedIn link

Abstract:

(Briefly describe what you built and its features. What problem is the app solving? How does this application solve that problem?)

Installation Instructions:

(What steps does a person have to take to get your app cloned down and running?)

Preview of App:

(Provide ONE gif or screenshot of your application - choose the "coolest" piece of functionality to show off. gifs preferred!)

Context:

(Give some context for the project here. How long did you have to work on it? What specific work/improvements did you contribute to this FE application?)

Learning Goals:

(What were the learning goals of this project? What tech did you work with?)

Wins + Challenges:

(What are 2-3 wins you have from this project? What were some challenges you faced - and how did you get over them?)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published