Full-Stack JavaScript Application

This repository is being maintained as part of the Course

Udemy Course: "The Complete Full-Stack Javascript Course"

Start Bootstrap theme (Agency) was modified to build a react website.

Milestones completed:

  • Convert Bootstrap code (HTML) to React (JSX)
  • Setup React Router parameters
  • Services and Portfolio pages modified
  • Contact form internally modified
  • Contact wrapped with useFormik() from Formik form library
  • Form validation with Yup object schema validation

Front End

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

Visit package.json for more details