This is the codebase for the Billboard spaces application.
Instructions for how to install and set up your project.
# Clone the repository
git clone https://github.com/viclaww/billboardSpaces.git
# Navigate to the project directory
cd billboardSpaces
# Install dependencies
npm install
#start app
npm start
Code files can be found by navigating to the /Screens directory which contains all code related to the
screens with the screens named as they are expected. Any other screens are to be added as such.
All api calls are made using Redux toolkit query and could be found by navigating to /data/api.
All state management is also done in redux toolkit found at /data. It is battle-tested.
Read all about it here.