Skip to content

Latest commit

 

History

History
112 lines (87 loc) · 2.41 KB

DOKUMENTASI.md

File metadata and controls

112 lines (87 loc) · 2.41 KB

Dokumentasi Tugas 2: Membuat Website Restoran dengan ReactJS

Nama Kelompok: Kelompok 12

Anggota Kelompok

1. L200214197 Agus Ardiansyah Nh

2. L200214087 Arwinda Salsabilla Nuraini

3. L200214259 Mirashanti Harsono

4. L200183147 Nur Annida I'ffah Supardi


“Talk is cheap. Show me the code.” ~ Linus Torvalds:thought_balloon:


image

🐱‍💻 Framework-based Restaurant Website Stack

📌 React Framework (Front-end)
📌 Material UI 5 (Front-end)
📌 Django (Back-end)


Hosting

Front-end (Vercel): https://restorankeluarga-solo.vercel.app/
Back-end (Railway): https://restorankeluarga-solo.up.railway.app

🏷️ To Run

  1. visit: Website Restoran Keluarga Solo

🏷️ To get started

  1. Clone the repository to your local machine.
git clone https://github.com/tif1336/tugas-2-membuat-website-restoran-dengan-reactjs-kelompok-12.git
  • or simply download the file project through Kelompok 12 page
  1. Open project directory in your local machine

  2. Activate virtual environment

For MacOs dan Linux (Bash atau Zsh Shell)

source .venv/bin/activate

For Windows Command Shell

.venv\Scripts\activate
  1. Run server
python manage.py runserver
  1. Open the whole project in VSCode (Or other IDE)
  2. Install Icon Material (for drawer, this is added to gitignore in default)
npm install @mui/icons-material
  1. Run website in IDE terminal
cd .\website\
npm start
  1. Enjoy

Job Description

Agus:

  • Deploy Front-end
  • Deploy Back-end
  • Fetching API
  • Handling Responsive
  • Design
  • Function Logic
  • Implement Design to code (Hero Section, Footer, Menu)

Arwinda:

  • Implement Design to code (Navbar)
  • Styling
  • Formulate Color Pallete

Mira:

  • Implement Design to code (About Us)
  • Gathering asset
  • Design

Annida:

  • Implement Design to code (FAQ)
  • Gathering asset
  • Styling

Resources