/react-multilingual-handbook

Group project consisting on a Full-Stack web application built with Mongo, Express.js, React and Node.js.

Primary LanguageJavaScript

  1. Project brief
  2. Demo

Overview

Final project for the Python module at the Professional Software Development Bootcamp by CodeClan.

Full-Stack web application built with Flask, Postgres, Python3, HTML5 and CSS3 with a MVC architecture.


1. Project brief

Shop Inventory

Build an app which allows a shopkeeper to track their shop's inventory. This is not an app which the customer will see, it is an admin/management app for the shop workers.

MVP

  • Should allow users to choose from different languages
  • Should allow users to choose from different topics per language
  • Should have a quizz or similar to test users
  • Should be presented as a Single Page Application

2. Demo

To run a demo locally, in your terminal:

  1. Prerequisites:
  • MongoDB. Click here to install.
  • Node.js. Click here to install.
  1. Clone the repository
git clone https://github.com/clauRamirez/react-multilingual-handbook.git
  1. Go to project directory:
cd ./react-multilingual-handbook
  1. Run setup script:
sh setup.sh
  1. Have fun!