JaJaLand Frontend

The frontend of JaJaLand

Development

React.js will be used.

Prerequisites

npm >= 6.14

Setting up Dev

git clone https://github.com/geforce6t/JaJaLand-Frontend
cd JaJaLand-Frontend
cp src/config.example.js src/config.js
#Replace the values in config.js
npm install
npm start

General

  • Maintain the project structure (pages, components etc).
  • Use ES6+ features to write clean code. Especially async await and arrow functions
  • Use only functional components + hooks.

Contributing

Contributing

Api Reference

Website backend - https://github.com/geforce6t/JaJaLand-Backend/