Skip to content

Wild Code School final checkpoint quest - front end repo

Notifications You must be signed in to change notification settings

silentdany/wild-royale-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wild-royale-front

Wild Code School final checkpoint quest - front end repo

Follow the instructions below.

Getting started

git clone repo
cd repo
npm install
npm start

Scripts:

  • Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
    • npm start
  • Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
    • npm run build
  • Note: this is a one-way operation. Once you eject, you can’t go back! If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.
    • npm run eject

We use in this project

  • materialui
    • Framework CSS
  • redux
    • State manager
  • axios
    • Promise based HTTP client for the browser and node.js
  • react-router-dom
    • DOM bindings for React Router
  • prop-types
    • Runtime type checking for React props and similar objects
  • yup
    • JavaScript schema builder for value parsing and validation

Documentation

This app has been created with Create React App. You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

Wild Code School final checkpoint quest - front end repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published