/expedite-movers-frontend

This is the offical expeditemovers website.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

made with deployed-vercel deployed-netlify

netlify-build github-branch-checks

Repo size lines of code

language count most language used repo stars pull requests Contributors

license environments

Expeditemovers Ltd. Official Website

This is the repo of the official website of Expeditemovers Ltd.

Tools used

How I worked on this Project

Why I built the Project this way

  • I didn't use a state management library like Redux on purpose. For this app useState and useReducer hooks were sufficient. I realized that more and more projects don't use Redux anymore since GraphQL or react-query are often used for data management.

  • UI libraries are a great place to find ready-made components that help speed up the dev process. They can also be handy if one only needs a few cusom components. For these reasons, I used Bootstrap 4 and Material UI to style and build the contact form on this website.

  • My plan is to become a FullStack Engineer eventually. This is why I chose to build a Custom RESTful API Server which can be found here. I built this API using the expressJS framework in NodeJS.

How to setup the app

Option 1

  • The app has been setup and deployed on Vercel

Option 2

Alternatively, you can do the following to setup the app locally. Run the commands below in your terminal or CMD:

1 Clone the repo using this command

git clone https://github.com/Dewalade1/20-questions-game-frontend.git
  1. Change directory to the repo folder
cd <path-to-repository>/20-questions-game-frontend
  1. Install the dependencies using npm
npm i
  1. See Option 2 in the How to start the app section below to start the app

How to start the app

Option 1

  • The easiest way to start up the app is to click here

Option 2

You can start the app locally or run it on a development environment using the following commands:

  • Start app locally
npm start
  • Run on a local dev environment
npm run dev

Available Scripts

Most available scripts are NextJS built-in scripts but the most useful ones are:

  • npm start

Starts the app Open http://localhost:3000 in your browser to view it. The page will refresh if you make edits to the code. You will also see any compile and lint errors in the console.

  • npm run dev

Starts the app using a dev environment Open http://localhost:3000 in your browser to view it. The page will refresh if you make edits to the code. You will also see any compile and lint errors in the console.

  • npm run lint Checks the app for lint errors

  • npm run build Builds the app locally

expeditemovers-logo